Skip to content

Commit cd20430

Browse files
authored
Merge dev to main
fix: update publish command to use 'publish --access public'
2 parents 419393e + 53e4112 commit cd20430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)