Skip to content

Commit b3f74b9

Browse files
committed
aha
1 parent 0dec869 commit b3f74b9

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.circleci/config.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- run:
3535
name: Publish to NPM
3636
command: yarn release
37+
# command: npm run semantic-release || true
3738

3839

3940
workflows:
@@ -43,15 +44,6 @@ workflows:
4344
- analyze:
4445
requires:
4546
- checkout_code
46-
# - publish:
47-
# requires:
48-
# - analyze
49-
50-
51-
52-
53-
54-
55-
# - run:
56-
# name: release
57-
# command: npm run semantic-release || true
47+
- publish:
48+
requires:
49+
- analyze

0 commit comments

Comments
 (0)