Skip to content

Commit

Permalink
chore: fix npm-publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Jun 13, 2021
1 parent 9210ef8 commit adebe89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit adebe89

Please sign in to comment.