Skip to content

Commit 164c2a8

Browse files
authored
Use pnpm publish -r instead of pnpm changeset publish (#32)
1 parent 6052602 commit 164c2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: changeset
3636
uses: changesets/action@v1
3737
with:
38-
publish: pnpm changeset publish
38+
publish: pnpm publish -r
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)