Skip to content

Commit 8fbf1c9

Browse files
Merge pull request #190 from SocketDev/cg/smallUpdates
Test fix publish action
2 parents be2ec08 + 4f06da8 commit 8fbf1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
scope: "@socketsecurity"
2323
- run: npm install -g npm@latest
2424
- run: npm ci
25-
- run: npm publish
25+
- run: npm publish --access public
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)