Skip to content

Commit

Permalink
ci: update pnpm script
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Jul 5, 2022
1 parent 09ec074 commit c5a5309
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: pnpx -y semantic-release
- run: pnpx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c5a5309

Please sign in to comment.