Skip to content

Commit

Permalink
ci(test): remove npm-publish from test-build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaboim committed May 4, 2021
1 parent 3cb2aea commit d1a0017
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,3 @@ jobs:
node-version: 12
- run: yarn
- run: yarn build

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit d1a0017

Please sign in to comment.