Skip to content

Commit

Permalink
chore(ci): use token. no need to logout
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Mar 27, 2018
1 parent e60a195 commit 9a64145
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ deployment:
- npm run clean
- npm run build
- cd dist && npm publish
- npm logout
- git config --global user.email $CI_DEPLOY_EMAIL
- git config --global user.name $CI_DEPLOY_NAME
- npm run deploy-gh-pages
Expand All @@ -38,4 +37,3 @@ deployment:
- npm run clean
- npm run build
- cd dist && npm publish --tag next
- npm logout

0 comments on commit 9a64145

Please sign in to comment.