Skip to content

Commit de23eee

Browse files
committed
👷 Remove provenance from publish to npm pipeline
1 parent 2ae390a commit de23eee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
run: npm run build
3030

3131
- name: Publish to npm
32-
run: npm publish --provenance
32+
run: npm publish
3333
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 commit comments

Comments
 (0)