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 2b6ef02 + da12627 commit 85dd305Copy full SHA for 85dd305
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
RELEASE_ID: ${{ steps.create-release.outputs.result }}
16
steps:
17
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
18
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
19
id: create-release
20
if: startsWith(github.ref, 'refs/tags/')
21
with:
@@ -122,7 +122,7 @@ jobs:
122
runs-on: ubuntu-latest
123
needs: [create-draft-release, build-binaries, build-images]
124
125
126
127
128
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments