Skip to content

Commit c28f78f

Browse files
committed
ci: have the release job wait for the ci job
1 parent b49afa8 commit c28f78f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: ./.github/workflows/ci.yaml
1515

1616
release:
17+
needs:
18+
- ci
1719
uses: scm-rs/shared-workflows/.github/workflows/release.yaml@main
1820
secrets:
1921
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)