Skip to content

Commit

Permalink
Update push command in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaan committed Apr 2, 2024
1 parent 09fab2a commit bbe3e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
git add .
git commit --allow-empty -m "vendored release for $(git rev-parse master)"
git push origin $RELEASE_BRANCH
git push origin -f $RELEASE_BRANCH

0 comments on commit bbe3e2e

Please sign in to comment.