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 21
21
# and names the release after the version tag that was pushed. It's separate
22
22
# from building the release so that we only create the release once.
23
23
create-release :
24
- name : create-release
25
-
26
24
runs-on : ubuntu-latest
27
25
28
26
# env:
73
71
version : ${{ env.VERSION }}
74
72
75
73
build-release :
76
- name : build-release
77
-
78
74
needs : [ create-release ]
79
75
80
76
strategy :
@@ -228,8 +224,6 @@ jobs:
228
224
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
229
225
230
226
build-macos-universal2-release :
231
- name : build-macos-universal2-release
232
-
233
227
runs-on : macos-latest
234
228
235
229
needs : [ create-release, build-release ]
@@ -293,8 +287,6 @@ jobs:
293
287
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
294
288
295
289
publish-release :
296
- name : publish-release
297
-
298
290
runs-on : ubuntu-latest
299
291
300
292
needs : [ create-release, build-release, build-macos-universal2-release ]
You can’t perform that action at this time.
0 commit comments