Skip to content

Commit

Permalink
Merge pull request #486 from Kitware/swallow-ci-error
Browse files Browse the repository at this point in the history
Swallow errors from `npm run semantic-release`
  • Loading branch information
Roni Choudhury committed May 1, 2017
2 parents b4add55 + 4101271 commit 7767030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ deployment:
branch: master
commands:
- npm run dist
- npm run semantic-release
- npm run semantic-release || true

0 comments on commit 7767030

Please sign in to comment.