Skip to content

Commit e41e831

Browse files
committed
Use pnpm to publish
1 parent 3a0a6d0 commit e41e831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: pnpm check-dts
4242
- uses: changesets/action@v1
4343
with:
44-
publish: pnpm changeset publish
44+
publish: pnpm publish -r
4545
version: pnpm run version
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)