Skip to content

Commit

Permalink
chore(ci): fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Cute0110 committed Sep 28, 2022
1 parent 4e9854d commit 4986ad2
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 '[email protected]'
pnpm run cipublish
Expand Down

0 comments on commit 4986ad2

Please sign in to comment.