Skip to content

Commit b638185

Browse files
committed
Enhance npm publish command to include provenance and public access
1 parent 9ab9d54 commit b638185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
run: npm run build
6262

6363
- name: Publish to npm
64-
run: npm publish
64+
run: npm publish --provenance --access public
6565
env:
6666
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)