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