chore: fix semantic release dry run

This commit is contained in:
Matt Forster
2020-12-16 15:36:11 -07:00
parent 2b140ecb0d
commit 78de22f518
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -31,7 +31,8 @@
},
"release": {
"verifyConditions": "condition-circle",
"branch": "master"
"branch": "master",
"branches": ["master"]
},
"husky": {
"hooks": {