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 17a84d7 + 643f891 commit 00a96d5Copy full SHA for 00a96d5
.github/workflows/publish.yml
@@ -64,7 +64,7 @@ jobs:
64
needs: [build-and-push-image]
65
steps:
66
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
67
- - uses: actions/github-script@v5
+ - uses: actions/github-script@v7
68
if: startsWith(github.ref, 'refs/tags/')
69
with:
70
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments