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 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')
68
68
69
69
- name : Release failed
70
70
if : steps.semantic.outputs.new_release_published == 'false'
71
- uses : actions/github-script@v7
71
+ uses : actions/github-script@v8
72
72
with :
73
73
script : |
74
74
core.setFailed('Release failed')
You can’t perform that action at this time.
0 commit comments