Skip to content

Commit fec3daa

Browse files
committed
chore(ci): fix yml syntax
1 parent c566c3c commit fec3daa

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-
run: pnpm --filter "./packages/**" --filter query install
29+
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)