From 9c071119180737efee93a4d450bc3333fff2665c Mon Sep 17 00:00:00 2001 From: Nana Amfo Date: Mon, 6 Nov 2017 10:36:57 -0600 Subject: [PATCH] fix: externalize envs to string for git command --- prerelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prerelease.sh b/prerelease.sh index f0e107d3..deab99e1 100644 --- a/prerelease.sh +++ b/prerelease.sh @@ -19,6 +19,6 @@ BRANCH="updateTo${PKG_VER_NEXT}" git checkout -b $BRANCH npm run version -git $GITHUB_URL_SECURED push --follow-tags origin $BRANCH +git "$GITHUB_URL_SECURED" push --follow-tags origin "$BRANCH" hub pull-request -b development -m "chore: Merging CHANGELOG and package.json changes" hub pull-request -b master -m "chore: Merging CHANGELOG and package.json changes" \ No newline at end of file