Skip to content

Commit 5381c43

Browse files
Merge pull request #190 from SocketDev/cg/smallUpdates
Test fix publish action
2 parents 0e47cd6 + fff395b commit 5381c43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)