Merge pull request #134 from sammarks/actions-tags-fix

ci: delete the tag first so we can overwrite it
This commit is contained in:
Luca Burgio 2022-03-10 21:23:45 +01:00 committed by GitHub
commit 114661d433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ jobs:
- run: pnpm run prepublish
env:
TAG_NAME: ${{ github.ref_name }}
- run: git tag -d ${{ github.ref_name }} # We need to delete the tag in order to overwrite it.
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Release Version