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 c1a1941 commit 5900e88Copy full SHA for 5900e88
.github/workflows/publish.yml
@@ -285,7 +285,7 @@ jobs:
285
needs: [multi-arch-manifest]
286
steps:
287
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
288
- - 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
289
if: startsWith(github.ref, 'refs/tags/')
290
with:
291
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments