Skip to content

Commit

Permalink
fix release failing
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Dec 19, 2024
1 parent 7bce8cb commit e3c7752
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-with-lease origin canary:refs/tags/canary
git push --force origin canary:refs/tags/canary
build:
if: |
Expand Down

0 comments on commit e3c7752

Please sign in to comment.