Skip to content

Commit

Permalink
chore: Use semantic-release to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
xotahal committed Feb 25, 2019
1 parent 13cf225 commit b18853f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,9 @@ jobs:
steps:
- attach_workspace:
at: *workspace
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/mui/.npmrc
- run:
name: Publish
command: npm publish
command: yarn semantic-release


workflows:
Expand All @@ -82,4 +79,4 @@ workflows:
- lint
filters:
branches:
only: 'publish'
only: 'master'

0 comments on commit b18853f

Please sign in to comment.