From dfe2d18afd7d0482344231065012bc77b098bb1b Mon Sep 17 00:00:00 2001 From: Chris Gorgolewski Date: Thu, 12 Oct 2017 10:30:22 +0800 Subject: [PATCH] dont escape bash variables --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index d82a19ea8..fb17ea35b 100644 --- a/circle.yml +++ b/circle.yml @@ -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