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 e237d1c + 4580644 commit c750dfdCopy full SHA for c750dfd
.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