chore: fix semantic release dry run
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
name: Dry Release
|
||||
command: |
|
||||
git branch -u "origin/${CIRCLE_BRANCH}"
|
||||
npx semantic-release -- --dry-run
|
||||
npx semantic-release --dry-run
|
||||
|
||||
release:
|
||||
executor: node-lts
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
},
|
||||
"release": {
|
||||
"verifyConditions": "condition-circle",
|
||||
"branch": "master"
|
||||
"branch": "master",
|
||||
"branches": ["master"]
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
||||
Reference in New Issue
Block a user