force push tags
This commit is contained in:
parent
8da33c8582
commit
32e3ec31b4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue