ci: delete beta tag before generating changelog

This commit is contained in:
Andy Hsu
2024-09-14 00:50:24 +08:00
parent 5d9167d676
commit b7ae56b109
2 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,10 @@ jobs:
with:
fetch-depth: 0
- name: Delete beta tag
run: git tag -d beta
continue-on-error: true
- run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
env:
GITHUB_TOKEN: ${{secrets.MY_TOKEN}}