Skip to content

Commit 483ff37

Browse files
authored
Try to fix release.yml
1 parent 39195b8 commit 483ff37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
group: "release"
1111
cancel-in-progress: true
1212
permissions:
13-
contents: read
13+
contents: write
1414
id-token: write
1515
jobs:
1616
tag:
@@ -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
26+
git push --force-with-lease origin canaray:refs/tags/canary
2727
2828
build:
2929
if: |

0 commit comments

Comments
 (0)