File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1- name : pre-checks
1+ name : ci
22
33on : [push]
44
55jobs :
6- pre-checks :
6+ ci :
77 runs-on : ubuntu-latest
88 timeout-minutes : 5
99
Original file line number Diff line number Diff line change 1- name : packaging
1+ name : release
22
33on :
44 workflow_run :
5- workflows : [pre-checks ]
5+ workflows : [ci ]
66 types :
77 - completed
88
99jobs :
10- packaging :
10+ release :
1111 if :
1212 ${{ github.ref_name == 'main' &&
1313 github.event.workflow_run.conclusion == 'success' }}
Original file line number Diff line number Diff line change 1717 }
1818 }
1919 ],
20+ [
21+ "@semantic-release/exec",
22+ {
23+ "prepareCmd": "./bin/build_release ${nextRelease.version} \"${nextRelease.notes}\""
24+ }
25+ ],
2026 [
2127 "@semantic-release/release-notes-generator",
2228 {
You can’t perform that action at this time.
0 commit comments