Skip to content

Commit 7c409c3

Browse files
authored
[action]: added provenance flag for npm release;
ref: https://docs.npmjs.com/generating-provenance-statements
1 parent 3bc060a commit 7c409c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish2npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: 'Build'
2525
run: npm run build
2626
- name: 'Publish'
27-
run: npm publish
27+
run: npm publish --provenance
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)