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 add .
|
||||||
git commit -m "Bump version: `hatch version`"
|
git commit -m "Bump version: `hatch version`"
|
||||||
git tag v$NEW_VERSION
|
git tag v$NEW_VERSION
|
||||||
git push
|
git push --force
|
||||||
git push --tags
|
git push --tags --force
|
||||||
- name: publish
|
- name: publish
|
||||||
run: |
|
run: |
|
||||||
runner hatch build
|
runner hatch build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue