Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
fix: externalize envs to string for git command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nana Amfo committed Nov 6, 2017
1 parent 5710325 commit 9c07111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9c07111

Please sign in to comment.