update release script

This commit is contained in:
schooltechx 2023-03-20 15:18:44 +07:00
parent 4edef450a3
commit da46b61ad7
2 changed files with 18 additions and 5 deletions

View file

@ -1,11 +1,11 @@
name: release
run-name: release ${{ github.actor }}
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
tags-ignore:
- '2.*'
# push:
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
# tags-ignore:
# - '2.*'
# Allow run workflow manually from Action tab
workflow_dispatch:
inputs: