Skip to content

Commit b6a4d98

Browse files
committed
npm provenance publish
1 parent 7d02bb5 commit b6a4d98

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
@@ -18,6 +18,6 @@ jobs:
1818
- name: Install dependencies and build
1919
run: npm ci && npm run build
2020
- name: Publish package on NPM
21-
run: npm publish --access public
21+
run: npm publish --provenance --access public
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)