Skip to content

Commit

Permalink
chore: remove js-node tests as release candidate dependencies (#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Oct 13, 2023
1 parent 1bba183 commit ce5fb34
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-node, js-waku-node-optional ]
needs: [ tag-name, build-and-publish ]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit ce5fb34

Please sign in to comment.