Skip to content

Commit dfe2d18

Browse files
committed
dont escape bash variables
1 parent 08a946c commit dfe2d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ deployment:
2323
- echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
2424
- git checkout -f master
2525
# Set the version number
26-
- sed -i -E 's/0.0.0/$CIRCLE_TAG/' package.json
26+
- sed -i -E "s/0.0.0/$CIRCLE_TAG/" package.json
2727
- npm install publish
2828
- npm run npmPublish
2929
# Update gh-pages demo site

0 commit comments

Comments
 (0)