Skip to content

Commit

Permalink
chore(ci): add js-waku as a dependency for pre-release createion (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavlin authored Sep 20, 2023
1 parent 11e7394 commit 28b0400
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 @@ -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
Expand Down

0 comments on commit 28b0400

Please sign in to comment.