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 a20ebf6 commit 53c9930Copy full SHA for 53c9930
.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:
@@ -163,7 +163,7 @@ jobs:
163
contents: write
164
needs: [create-draft-release, build-binaries, build-images]
165
166
167
168
169
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments