chore: remove js-node tests as release candidate dependencies (#2123)

This commit is contained in:
gabrielmer 2023-10-13 11:45:18 +03:00 committed by GitHub
parent 1bba183492
commit ce5fb3401d
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-node, js-waku-node-optional ]
needs: [ tag-name, build-and-publish ]
steps:
- name: Checkout code
uses: actions/checkout@v3