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 61381dd commit 7dca660Copy full SHA for 7dca660
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
19
20
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
21
id: create-release
22
with:
23
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -86,7 +86,7 @@ jobs:
86
runs-on: ubuntu-latest
87
needs: [create-draft-release, build-publish-collection]
88
89
90
91
92
script: |
0 commit comments