Skip to content

Commit 60f9d87

Browse files
committed
ci: remove provenance option
1 parent c8e672b commit 60f9d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build
2424
run: npm run build
2525
- name : Publish to npm
26-
run: npm publish --provenance --access public
26+
run: npm publish --access public
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2929
purge:

0 commit comments

Comments
 (0)