Skip to content

Commit ea9ba6a

Browse files
authored
ci: fix publish public and scoped package (#6)
1 parent c951cc7 commit ea9ba6a

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 changeset publish --access=public
59+
run: pnpm publish --provenance --access=public
6060
env:
6161
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}

0 commit comments

Comments
 (0)