Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Aug 7, 2023
1 parent 6d1370d commit 394171b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
check-regexp: test.*|check.*|commit-check.*|lint.*
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- run: npx --no -- semantic-release
- run: pnpm dlx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 394171b

Please sign in to comment.