Skip to content

Commit 72cbf17

Browse files
author
EGOIST
committed
chore: update release command
1 parent 67eea53 commit 72cbf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
${{ runner.os }}-
7070
- run: npm i -g pnpm
7171
- run: pnpm i
72-
- run: pnpx -y semantic-release --branches main
72+
- run: pnpx semantic-release --branches main
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)