diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index fbab355c068b012..176952e1e6a65c8 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -282,7 +282,7 @@ jobs: publishRelease: name: Potentially publish release runs-on: ubuntu-latest - needs: [testsPass] + needs: build env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} steps: