Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Dec 25, 2024
1 parent dc7cfc1 commit 2c91c75
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 @@ -96,7 +96,7 @@ jobs:
toolchain: [stable]
features: [cjk]
runs-on: ${{ matrix.platform.runner }}
needs: [test]
needs: [fmt, check, test]
permissions:
# Use to sign the release artifacts
id-token: write
Expand Down

0 comments on commit 2c91c75

Please sign in to comment.