Skip to content

Commit 9457bc0

Browse files
authored
ci: fix remove provenance attestation from published package (#7)
1 parent ea9ba6a commit 9457bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
- name: Publish to npm
5858
if: steps.changesets.outputs.hasChangesets == 'false'
59-
run: pnpm publish --provenance --access=public
59+
run: pnpm publish --access=public
6060
env:
6161
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}

0 commit comments

Comments
 (0)