Skip to content

Commit

Permalink
chore: fix semantic release dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-forster committed Dec 16, 2020
1 parent 2b140ec commit 78de22f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
},
"release": {
"verifyConditions": "condition-circle",
"branch": "master"
"branch": "master",
"branches": ["master"]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 78de22f

Please sign in to comment.