Skip to content

Commit

Permalink
Merge pull request #216 from intercom/conor/fix-release
Browse files Browse the repository at this point in the history
Fix release script
  • Loading branch information
ronocod authored Nov 2, 2017
2 parents edd3fa6 + e299fb8 commit d80678d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: Publish to npm
command: |
echo -e "$NPM_USER\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
cd ../intercom-plugin && npm publish
cd intercom-plugin && npm publish
workflows:
version: 2
Expand Down

0 comments on commit d80678d

Please sign in to comment.