Skip to content

Commit eae428a

Browse files
committed
Fix publish
1 parent 1177ce5 commit eae428a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: changesets
4242
uses: changesets/action@v1
4343
with:
44-
publish: pnpm publish --access=public
44+
publish: pnpm -r publish --access=public
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)