Skip to content

Commit c566c3c

Browse files
committed
chore(ci): add quotes
1 parent d9478e0 commit c566c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 16.14.2
2727
registry-url: https://registry.npmjs.org/
2828
- run: |
29-
pnpm --filter ./packages/** --filter query install
29+
run: pnpm --filter "./packages/**" --filter query install
3030
git config --global user.name 'Tanner Linsley'
3131
git config --global user.email 'tannerlinsley@users.noreply.github.com'
3232
pnpm run cipublish

0 commit comments

Comments
 (0)