We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dec869 commit b3f74b9Copy full SHA for b3f74b9
.circleci/config.yml
@@ -34,6 +34,7 @@ jobs:
34
- run:
35
name: Publish to NPM
36
command: yarn release
37
+ # command: npm run semantic-release || true
38
39
40
workflows:
@@ -43,15 +44,6 @@ workflows:
43
44
- analyze:
45
requires:
46
- checkout_code
- # - publish:
47
- # requires:
48
- # - analyze
49
-
50
51
52
53
54
55
- # - run:
56
- # name: release
57
- # command: npm run semantic-release || true
+ - publish:
+ requires:
+ - analyze
0 commit comments