Skip to content

Commit 4013f01

Browse files
committed
Fix job dependency.
Of course, now that we have 2 jobs, we need to declare the dependency between them.
1 parent f05a6c4 commit 4013f01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: ./.github/workflows/build.yml
1111

1212
release:
13+
needs: build
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Download build artifacts

0 commit comments

Comments
 (0)