Skip to content

Commit 00695ec

Browse files
committed
Remove redundant job name keys
Since they are all exactly the same as the job IDs.
1 parent abeaca1 commit 00695ec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
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:
@@ -73,8 +71,6 @@ jobs:
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 ]

0 commit comments

Comments
 (0)