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
steps :
18
18
- run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
19
19
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
with :
23
23
github-token : ${{ secrets.GITHUB_TOKEN }}
86
86
runs-on : ubuntu-latest
87
87
needs : [create-draft-release, build-publish-collection]
88
88
steps :
89
- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1 https://github.com/actions/github-script/releases/tag/v7 .0.1
89
+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0 https://github.com/actions/github-script/releases/tag/v8 .0.0
90
90
with :
91
91
github-token : ${{ secrets.GITHUB_TOKEN }}
92
92
script : |
You can’t perform that action at this time.
0 commit comments