chore(ci): add js-waku as a dependency for pre-release createion (#2022)

This commit is contained in:
Vaclav Pavlin 2023-09-20 14:09:38 +02:00 committed by GitHub
parent 11e7394e0d
commit 28b040007f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ jobs:
create-release-candidate:
runs-on: ubuntu-latest
needs: [ tag-name, build-and-publish ]
needs: [ tag-name, build-and-publish, js-waku ]
steps:
- name: Checkout code
uses: actions/checkout@v3