mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
ci: release-npm depends on others
This commit is contained in:
parent
cbed8fceb2
commit
73ac74d2d9
3
.github/workflows/test-release.yaml
vendored
3
.github/workflows/test-release.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user