fix(ci): update the dependency list in pre-release WF (#2088)

This commit is contained in:
Vaclav Pavlin 2023-09-28 13:09:41 +02:00 committed by GitHub
parent 8455b8dd17
commit e85f05b0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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