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 ebd915c commit 7a7c3d8Copy full SHA for 7a7c3d8
.circleci/config.yml
@@ -43,7 +43,7 @@ jobs:
43
- run:
44
name: Test
45
command: yarn test:ci
46
- version:
+ publish:
47
<<: *defaults
48
steps:
49
- attach_workspace:
@@ -57,11 +57,6 @@ jobs:
57
58
name: Push
59
command: git push --follow-tags origin master
60
- publish:
61
- <<: *defaults
62
- steps:
63
- - attach_workspace:
64
- at: ~/repo
65
66
name: Authenticate
67
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
@@ -79,9 +74,6 @@ workflows:
79
74
requires:
80
75
- build
81
76
- test
82
- - version:
83
- requires:
84
- - publish_approval
85
77
86
78
87
- - version
+ - publish_approval
0 commit comments