We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c951cc7 commit ea9ba6aCopy full SHA for ea9ba6a
.github/workflows/publish-release.yml
@@ -56,6 +56,6 @@ jobs:
56
57
- name: Publish to npm
58
if: steps.changesets.outputs.hasChangesets == 'false'
59
- run: pnpm changeset publish --access=public
+ run: pnpm publish --provenance --access=public
60
env:
61
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
0 commit comments