Skip to content

Commit

Permalink
Use npm for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed May 20, 2021
1 parent f39f1f2 commit a50222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: yarn publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit a50222f

Please sign in to comment.