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