Skip to content

Commit

Permalink
Update continuous-deployment-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Oct 29, 2021
1 parent dfbd318 commit 958438a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- run: cp LICENSE build/LICENSE
- run: cp README.md build/README.md
- run: jq 'del(.devDependencies) | del(.scripts)' package.json > build/package.json
- run: npm publish ./build
- run: npm publish --access public ./build
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 958438a

Please sign in to comment.