Skip to content

Commit b1014fb

Browse files
committed
remove npm provenance
1 parent 421281c commit b1014fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
run: yarn build
6060

6161
- name: Publish to npm
62-
run: npm publish --provenance --access public
62+
run: npm publish --access public
6363
env:
6464
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)