We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39195b8 commit 483ff37Copy full SHA for 483ff37
.github/workflows/release.yml
@@ -10,7 +10,7 @@ concurrency:
10
group: "release"
11
cancel-in-progress: true
12
permissions:
13
- contents: read
+ contents: write
14
id-token: write
15
jobs:
16
tag:
@@ -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
+ git push --force-with-lease origin canaray:refs/tags/canary
27
28
build:
29
if: |
0 commit comments