Skip to content

Commit

Permalink
Fix GH action (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbondanzo authored Dec 8, 2020
1 parent 9717fb5 commit 5407f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build the project
run: npm run build
- name: Publish to NPM
uses: npm run publish:lib
run: npm run publish:lib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 5407f8e

Please sign in to comment.