We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bce8cb commit e3c7752Copy full SHA for e3c7752
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
git config user.name "github-actions[bot]"
24
git config user.email "github-actions[bot]@users.noreply.github.com"
25
git tag -fa canary -m "Latest Continuous Release" ${GITHUB_SHA}
26
- git push --force-with-lease origin canary:refs/tags/canary
+ git push --force origin canary:refs/tags/canary
27
28
build:
29
if: |
0 commit comments