Skip to content

Commit

Permalink
chore: force with lease
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Dec 17, 2024
1 parent 0f4a5ca commit f5cc116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git tag -fa canary -m "Latest Continuous Release" ${GITHUB_SHA}
git push --force origin canary
git push --force-with-lease origin canary
build:
if: |
Expand Down

0 comments on commit f5cc116

Please sign in to comment.