We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55457f1 commit 9570e6bCopy full SHA for 9570e6b
4 files changed
.circleci/config.yml
@@ -41,7 +41,4 @@ jobs:
41
command: npm run duplication -- --limit 1
42
- deploy:
43
name: Semantic Release
44
- command: |
45
- if [ "${CIRCLE_BRANCH}" == "master" ]; then
46
- npm run semantic-release || true;
47
- fi
+ command: npm run semantic-release
0 commit comments