From b18853f1a24a1d77e522154261a7faa99f8a3cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jir=CC=8Ci=CC=81=20Ota=CC=81hal?= Date: Mon, 25 Feb 2019 13:41:58 +1300 Subject: [PATCH] chore: Use semantic-release to publish --- .circleci/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 085179e..672c2c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -82,4 +79,4 @@ workflows: - lint filters: branches: - only: 'publish' + only: 'master'