Skip to content

Commit

Permalink
fix(ci): update the dependency list in pre-release WF (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavlin committed Sep 28, 2023
1 parent 8455b8d commit e85f05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e85f05b

Please sign in to comment.