File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
run : npm run build
32
32
33
33
- name : Determine released version
34
- uses : actions/github-script@v7
34
+ uses : actions/github-script@v8
35
35
with :
36
36
script : |
37
37
const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
Original file line number Diff line number Diff line change 31
31
run : npm ci
32
32
33
33
- name : Download build artifact
34
- uses : actions/github-script@v7
34
+ uses : actions/github-script@v8
35
35
with :
36
36
script : |
37
37
const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
Original file line number Diff line number Diff line change 31
31
run : npm ci
32
32
33
33
- name : Download build artifact
34
- uses : actions/github-script@v7
34
+ uses : actions/github-script@v8
35
35
with :
36
36
script : |
37
37
const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
Original file line number Diff line number Diff line change 36
36
37
37
- name : Nothing to release
38
38
if : ${{ env.NEXT_RELEASE_VERSION == '' }}
39
- uses : actions/github-script@v7
39
+ uses : actions/github-script@v8
40
40
with :
41
41
script : |
42
42
core.setFailed('Nothing to release')
64
64
65
65
- name : Release failed
66
66
if : steps.semantic.outputs.new_release_published == 'false'
67
- uses : actions/github-script@v7
67
+ uses : actions/github-script@v8
68
68
with :
69
69
script : |
70
70
core.setFailed('Release failed')
You can’t perform that action at this time.
0 commit comments