This commit is contained in:
xmdhs 2023-12-04 18:51:10 +08:00
parent f1cc30ae41
commit 9ff72a9c3a
No known key found for this signature in database
GPG Key ID: E809D6D43DEFCC95

View File

@ -23,5 +23,7 @@ jobs:
run: go run -v .
- name: Release
run: .github/release-rule-set.sh
run: bash .github/release-rule-set.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}