Skip to content

Commit 2f18702

Browse files
committed
chore(workflow): add pkg filter
1 parent 4efaaf3 commit 2f18702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: pnpm run build:pkg
4141

4242
- name: Publish to NPM
43-
run: pnpm -r publish --access public --no-git-checks
43+
run: pnpm -r --filter=./packages/* publish --access public --no-git-checks
4444
env:
4545
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4646
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)