We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e81766 commit 2a262fcCopy full SHA for 2a262fc
.github/workflows/publish.yml
@@ -24,6 +24,6 @@ jobs:
24
go-version: "1.23"
25
26
- name: Publish to NPM
27
- run: npm publish --provenance
+ run: npm publish
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments