ci: release-npm depends on others

This commit is contained in:
LongYinan 2023-07-19 10:39:21 +08:00
parent cbed8fceb2
commit 73ac74d2d9
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -478,6 +478,9 @@ jobs:
release-npm:
runs-on: ubuntu-latest
needs:
- lint
- build_binary_crate
if: "startsWith(github.event.head_commit.message, 'chore(release): publish')"
steps:
- uses: actions/checkout@v3