We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e261bb commit 3a39e5dCopy full SHA for 3a39e5d
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
RELEASE_ID: ${{ steps.create-release.outputs.result }}
18
steps:
19
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
20
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
21
id: create-release
22
if: startsWith(github.ref, 'refs/tags/')
23
with:
@@ -171,7 +171,7 @@ jobs:
171
contents: write
172
needs: [create-draft-release, build-binaries, build-images]
173
174
175
176
177
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments