We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49afa8 commit c28f78fCopy full SHA for c28f78f
.github/workflows/release.yaml
@@ -14,6 +14,8 @@ jobs:
14
uses: ./.github/workflows/ci.yaml
15
16
release:
17
+ needs:
18
+ - ci
19
uses: scm-rs/shared-workflows/.github/workflows/release.yaml@main
20
secrets:
21
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments