Skip to content

Commit

Permalink
Merge pull request #62 from thewtex/semantic-release
Browse files Browse the repository at this point in the history
ci(releases): Remove semantic-release automated releases
  • Loading branch information
thewtex authored Oct 3, 2017
2 parents 63aa41d + 70498ff commit bd4767b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1,128 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
command: |
google-chrome --version
npm run test
- deploy:
name: Deploy to npm
command: |
if [ "${CIRCLE_BRANCH}" == "release" ]; then
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc
npm run semantic-release
fi
- deploy:
name: Publish docs
command: |
Expand Down
Loading

0 comments on commit bd4767b

Please sign in to comment.