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 bec02ff commit 7edc6a8Copy full SHA for 7edc6a8
.github/workflows/publish.yml
@@ -291,7 +291,7 @@ jobs:
291
needs: [multi-arch-manifest]
292
steps:
293
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
294
- - uses: actions/github-script@v5
+ - uses: actions/github-script@v7
295
if: startsWith(github.ref, 'refs/tags/')
296
with:
297
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments