Skip to content

Commit 0699716

Browse files
committed
ci(npm): add --access public for scoped package publish
1 parent 3949ec3 commit 0699716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
registry-url: 'https://registry.npmjs.org'
266266

267267
- name: Publish to npm
268-
run: npm publish --provenance
268+
run: npm publish --access public --provenance
269269
working-directory: jacsnpm
270270
env:
271271
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)