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.
2 parents 313fe22 + f8237b3 commit 43649cfCopy full SHA for 43649cf
.github/workflows/publish.yml
@@ -283,7 +283,7 @@ jobs:
283
needs: [multi-arch-manifest]
284
steps:
285
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
286
- - uses: actions/github-script@v5
+ - uses: actions/github-script@v7
287
if: startsWith(github.ref, 'refs/tags/')
288
with:
289
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments