Skip to content

Commit 2d66ae4

Browse files
committed
ci(publish): set npm acces to public by default
1 parent b9fb8ae commit 2d66ae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ jobs:
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
4141
NPM_CONFIG_PROVENANCE: true
42+
NPM_CONFIG_ACCESS: public
4243
PDM_PUBLISH_USERNAME: __token__
4344
PDM_PUBLISH_PASSWORD: ${{ secrets.PYPI_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)