feat(ci): remove --dry-run

This commit is contained in:
yihau 2022-04-26 14:52:58 +08:00
parent cddf3fc10f
commit 8ba003aa76
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ jobs:
- run: |
npm install -g npm@7
npm install
npx semantic-release --dry-run
npx semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}