Skip to content

Commit 9570e6b

Browse files
authored
fix(deps): Uses @ht2-labs/semantic-release. (#43)
1 parent 55457f1 commit 9570e6b

File tree

4 files changed

+3560
-598
lines changed

4 files changed

+3560
-598
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,4 @@ jobs:
4141
command: npm run duplication -- --limit 1
4242
- deploy:
4343
name: Semantic Release
44-
command: |
45-
if [ "${CIRCLE_BRANCH}" == "master" ]; then
46-
npm run semantic-release || true;
47-
fi
44+
command: npm run semantic-release

0 commit comments

Comments
 (0)