Skip to content

Commit

Permalink
chore: Remove the -y parameter from pnpx
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed May 8, 2022
1 parent c9e5ef1 commit e6b61db
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 @@ -24,7 +24,7 @@ jobs:
- name: Test
run: pnpm run ci
- name: Coverage
run: pnpx -y codecov
run: pnpx codecov --disable=gcov
- name: Publish
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down

0 comments on commit e6b61db

Please sign in to comment.