File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
RELEASE_ID : ${{ steps.create-release.outputs.result }}
18
18
steps :
19
19
- run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
20
- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1 https://github.com/actions/github-script/releases/tag/v7 .0.1
20
+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0 https://github.com/actions/github-script/releases/tag/v8 .0.0
21
21
id : create-release
22
22
if : startsWith(github.ref, 'refs/tags/')
23
23
with :
@@ -163,7 +163,7 @@ jobs:
163
163
contents : write
164
164
needs : [create-draft-release, build-binaries, build-images]
165
165
steps :
166
- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1 https://github.com/actions/github-script/releases/tag/v7 .0.1
166
+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0 https://github.com/actions/github-script/releases/tag/v8 .0.0
167
167
if : startsWith(github.ref, 'refs/tags/')
168
168
with :
169
169
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments