Skip to content

Commit b18853f

Browse files
committed
chore: Use semantic-release to publish
1 parent 13cf225 commit b18853f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,9 @@ jobs:
6161
steps:
6262
- attach_workspace:
6363
at: *workspace
64-
- run:
65-
name: Authenticate with registry
66-
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/mui/.npmrc
6764
- run:
6865
name: Publish
69-
command: npm publish
66+
command: yarn semantic-release
7067

7168

7269
workflows:
@@ -82,4 +79,4 @@ workflows:
8279
- lint
8380
filters:
8481
branches:
85-
only: 'publish'
82+
only: 'master'

0 commit comments

Comments
 (0)