We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e49a2e commit eb3c7d0Copy full SHA for eb3c7d0
.github/workflows/release.yaml
@@ -37,6 +37,7 @@ jobs:
37
releaseWindows:
38
name: Release Windows
39
runs-on: windows-2019
40
+ needs: [releaseLinux]
41
steps:
42
- name: Set up Go 1.x
43
uses: actions/setup-go@v2
0 commit comments