We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e47cd6 commit fff395bCopy full SHA for fff395b
1 file changed
.github/workflows/provenance.yml
@@ -22,6 +22,6 @@ jobs:
22
scope: "@socketsecurity"
23
- run: npm install -g npm@latest
24
- run: npm ci
25
- - run: npm publish
+ - run: npm publish --access public
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments