Skip to content

Commit

Permalink
Merge pull request #283 from intercom/liuting/fix_release_script
Browse files Browse the repository at this point in the history
Fix publish script
  • Loading branch information
liutingdu authored Nov 5, 2019
2 parents ce279bb + e5494e8 commit 573b457
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
- run:
name: Publish to npm
command: |
echo -e "$NPM_USER\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
echo -e "$NPM_USER\n$NPM_PASSWORD\n$NPM_EMAIL"
npm install -g npm-cli-login
npm-cli-login -u $NPM_USER -p $NPM_PASSWORD -e $NPM_EMAIL
cd intercom-plugin && npm publish
workflows:
Expand Down

0 comments on commit 573b457

Please sign in to comment.