Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Sep 14, 2024
1 parent 160bbe3 commit f1182a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release-build:
uses: ./.github/workflows/ci.yml
code-signing:
needs: [nightly-build]
needs: [release-build]
uses: ./.github/workflows/code-signing.yml
with:
signing-policy-slug: release-signing
Expand Down

0 comments on commit f1182a6

Please sign in to comment.