Skip to content

Commit 6eb7552

Browse files
committed
chore: fix publish command
1 parent 659c2d0 commit 6eb7552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
# need to publish all unpublished versions to NPM here
4242
- name: Publish to NPM
4343
if: ${{ steps.release.outputs.release_created }}
44-
run: pnpm -r --filter=!private publish --access public --no-git-checks
44+
run: pnpm -r publish --access public --no-git-checks

0 commit comments

Comments
 (0)