Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
fix: npm publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
scaccogatto committed Sep 23, 2020
1 parent 03a12cd commit 81b41b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run test
- run: npm run publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 81b41b0

Please sign in to comment.