ci: delete the tag first so we can overwrite it

This commit is contained in:
Sam Marks 2022-03-10 15:10:13 -05:00
parent d04d1e7a03
commit ec780a160e

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