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 fe8a9ec59d
commit ea09ea58ba

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