Skip to content

Commit 53e4112

Browse files
committed
fix: update publish command to use 'publish --access public'
1 parent ae41d65 commit 53e4112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "tag=v$VERSION" >> $GITHUB_OUTPUT
4949
5050
- name: Publish packages
51-
run: pnpm run publish-all
51+
run: pnpm run publish --access public
5252
env:
5353
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5454

0 commit comments

Comments
 (0)