force push tags

This commit is contained in:
Waylon Walker 2023-01-03 21:02:25 -06:00
parent 8da33c8582
commit 32e3ec31b4
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -82,8 +82,8 @@ jobs:
git add .
git commit -m "Bump version: `hatch version`"
git tag v$NEW_VERSION
git push
git push --tags
git push --force
git push --tags --force
- name: publish
run: |
runner hatch build