Skip to content

Commit aabbd80

Browse files
author
skychx
committed
ci(config): add --filter
1 parent 8fd344a commit aabbd80

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
@@ -71,4 +71,4 @@ jobs:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272

7373
- name: Publish to npm
74-
run: pnpm publish -r --no-git-checks --tag latest
74+
run: pnpm publish -r --filter "{packages/*}" --no-git-checks --tag latest

0 commit comments

Comments
 (0)