Skip to content

Commit a5efb8b

Browse files
Update continuous-deployment-workflow.yml
1 parent ea7681b commit a5efb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-deployment-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- run: cp LICENSE build/LICENSE
2424
- run: cp README.md build/README.md
2525
- run: jq 'del(.devDependencies) | del(.scripts)' package.json > build/package.json
26-
- run: npm publish ./build
26+
- run: npm publish --access public ./build
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)