Skip to content

Commit

Permalink
Update CI publish step to trigger after build
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 29, 2021
1 parent 5582892 commit 8d51ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d51ce0

Please sign in to comment.