(bump:patch) force push with set upstream (#67)
This commit is contained in:
parent
a122dc0a94
commit
bd34facddc
2
.github/workflows/auto-bump-and-release.yaml
vendored
2
.github/workflows/auto-bump-and-release.yaml
vendored
|
@ -49,4 +49,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git branch -f latest tags/${{ steps.update-version.outputs.new_tag }}
|
git branch -f latest tags/${{ steps.update-version.outputs.new_tag }}
|
||||||
git checkout latest
|
git checkout latest
|
||||||
git push -f
|
git push -f -u origin latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user