Skip to content

Commit

Permalink
Fix Github action to publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankristianto committed Jul 21, 2020
1 parent f9c3bb4 commit 04b61c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run lint
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 04b61c6

Please sign in to comment.