Skip to content

Commit f0ddad7

Browse files
committed
Fix action
1 parent 4f24d08 commit f0ddad7

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
@@ -32,7 +32,7 @@ jobs:
3232
id: changesets
3333
uses: changesets/action@v1
3434
with:
35-
publish: pnpm publish
35+
publish: pnpm publish --access=public
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)