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 d2e2a1b commit 4580644Copy full SHA for 4580644
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
RELEASE_ID: ${{ steps.create-release.outputs.result }}
15
steps:
16
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
17
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
18
id: create-release
19
with:
20
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments