Skip to content

Commit a000083

Browse files
committed
use YAML-style syntax
1 parent e578997 commit a000083

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: .github/workflows/publish-go-nightly-task.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ jobs:
215215

216216
publish-nightly:
217217
runs-on: ubuntu-latest
218-
needs: [notarize-macos, create-windows-installer]
218+
needs:
219+
- notarize-macos
220+
- create-windows-installer
219221

220222
steps:
221223
- name: Download artifact

Diff for: .github/workflows/release-go-task.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ jobs:
223223

224224
create-release:
225225
runs-on: ubuntu-latest
226-
needs: [notarize-macos, create-windows-installer]
226+
needs:
227+
- notarize-macos
228+
- create-windows-installer
227229

228230
steps:
229231
- name: Download artifact

0 commit comments

Comments
 (0)