Skip to content

Commit e3c7752

Browse files
authored
fix release failing
1 parent 7bce8cb commit e3c7752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config user.name "github-actions[bot]"
2424
git config user.email "github-actions[bot]@users.noreply.github.com"
2525
git tag -fa canary -m "Latest Continuous Release" ${GITHUB_SHA}
26-
git push --force-with-lease origin canary:refs/tags/canary
26+
git push --force origin canary:refs/tags/canary
2727
2828
build:
2929
if: |

0 commit comments

Comments
 (0)