Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Commit

Permalink
chore(CI): enable release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Aug 16, 2019
1 parent 0016c0d commit 8bfc870
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 @@ -14,6 +14,6 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm publish --dry-run # builds via prepublishOnly
- run: npm publish # builds via prepublishOnly
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit 8bfc870

Please sign in to comment.