Skip to content

Commit 8bcd20f

Browse files
npm publish provenance
1 parent 459f224 commit 8bcd20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: git push origin ${{ steps.get_version.outputs.version }}
100100

101101
- name: "Publish to NPM"
102-
run: npm publish --access public
102+
run: npm publish --provenance --access public
103103
env:
104104
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
105105

0 commit comments

Comments
 (0)