Skip to content

Commit

Permalink
dont escape bash variables
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Oct 12, 2017
1 parent 08a946c commit dfe2d18
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 @@ -23,7 +23,7 @@ deployment:
- echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
- git checkout -f master
# Set the version number
- sed -i -E 's/0.0.0/$CIRCLE_TAG/' package.json
- sed -i -E "s/0.0.0/$CIRCLE_TAG/" package.json
- npm install publish
- npm run npmPublish
# Update gh-pages demo site
Expand Down

0 comments on commit dfe2d18

Please sign in to comment.