File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 2121 # and names the release after the version tag that was pushed. It's separate
2222 # from building the release so that we only create the release once.
2323 create-release :
24- name : create-release
25-
2624 runs-on : ubuntu-latest
2725
2826# env:
7371 version : ${{ env.VERSION }}
7472
7573 build-release :
76- name : build-release
77-
7874 needs : [ create-release ]
7975
8076 strategy :
@@ -228,8 +224,6 @@ jobs:
228224 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
229225
230226 build-macos-universal2-release :
231- name : build-macos-universal2-release
232-
233227 runs-on : macos-latest
234228
235229 needs : [ create-release, build-release ]
@@ -293,8 +287,6 @@ jobs:
293287 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
294288
295289 publish-release :
296- name : publish-release
297-
298290 runs-on : ubuntu-latest
299291
300292 needs : [ create-release, build-release, build-macos-universal2-release ]
You can’t perform that action at this time.
0 commit comments