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 bc8e644 commit 2c7b1d4Copy full SHA for 2c7b1d4
.github/workflows/publish.yml
@@ -293,7 +293,7 @@ jobs:
293
needs: [multi-arch-manifest]
294
steps:
295
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
296
- - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 https://github.com/actions/github-script/releases/tag/v7.0.1
+ - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 https://github.com/actions/github-script/releases/tag/v8.0.0
297
if: startsWith(github.ref, 'refs/tags/')
298
with:
299
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments