Skip to content

Commit

Permalink
chore(ci): fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Sep 28, 2022
1 parent c566c3c commit fec3daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 16.14.2
registry-url: https://registry.npmjs.org/
- run: |
run: pnpm --filter "./packages/**" --filter query install
pnpm --filter "./packages/**" --filter query install
git config --global user.name 'Tanner Linsley'
git config --global user.email 'tannerlinsley@users.noreply.github.com'
pnpm run cipublish
Expand Down

0 comments on commit fec3daa

Please sign in to comment.