Skip to content

Commit

Permalink
chore: update release command
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanZellmer authored and EGOIST committed May 10, 2024
1 parent 76688af commit c580d05
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 @@ -69,7 +69,7 @@ jobs:
${{ runner.os }}-
- run: npm i -g pnpm
- run: pnpm i
- run: pnpx -y semantic-release --branches main
- run: pnpx semantic-release --branches main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c580d05

Please sign in to comment.