Skip to content

Commit

Permalink
ci: remove -y arg
Browse files Browse the repository at this point in the history
  • Loading branch information
asyarb committed May 11, 2022
1 parent aa5b5c6 commit 73e1cd1
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 @@ -70,7 +70,7 @@ jobs:
${{ runner.os }}-
- run: npm i -g pnpm
- run: pnpm i
- run: pnpm dlx -y semantic-release --branches main
- run: pnpm dlx semantic-release --branches main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 73e1cd1

Please sign in to comment.