Skip to content

Commit b80202e

Browse files
committed
Enable provenance when publishing
1 parent 2041802 commit b80202e

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
@@ -25,6 +25,6 @@ jobs:
2525
npm version ${TAG_NAME} --git-tag-version=false
2626
env:
2727
TAG_NAME: ${{github.event.release.tag_name}}
28-
- run: npm whoami; npm --ignore-scripts publish
28+
- run: npm whoami; npm --ignore-scripts publish --provenance
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)