ci: release-npm depends on others
This commit is contained in:
parent
cbed8fceb2
commit
73ac74d2d9
1 changed files with 3 additions and 0 deletions
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…
Reference in a new issue