Skip to content

Commit

Permalink
(bump:patch) force push with set upstream (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
lone17 authored May 15, 2024
1 parent a122dc0 commit bd34fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-bump-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
run: |
git branch -f latest tags/${{ steps.update-version.outputs.new_tag }}
git checkout latest
git push -f
git push -f -u origin latest

0 comments on commit bd34fac

Please sign in to comment.