Skip to content

Commit 7a7c3d8

Browse files
committed
chore: moving version under publish
1 parent ebd915c commit 7a7c3d8

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.circleci/config.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run:
4444
name: Test
4545
command: yarn test:ci
46-
version:
46+
publish:
4747
<<: *defaults
4848
steps:
4949
- attach_workspace:
@@ -57,11 +57,6 @@ jobs:
5757
- run:
5858
name: Push
5959
command: git push --follow-tags origin master
60-
publish:
61-
<<: *defaults
62-
steps:
63-
- attach_workspace:
64-
at: ~/repo
6560
- run:
6661
name: Authenticate
6762
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
@@ -79,9 +74,6 @@ workflows:
7974
requires:
8075
- build
8176
- test
82-
- version:
83-
requires:
84-
- publish_approval
8577
- publish:
8678
requires:
87-
- version
79+
- publish_approval

0 commit comments

Comments
 (0)