From 8d51ce033471abaf6f2330337b7912265aec7392 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Fri, 29 Jan 2021 10:54:07 -0600 Subject: [PATCH] Update CI publish step to trigger after build --- .github/workflows/build_test_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index fbab355c068b0..176952e1e6a65 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: