From 57103258214119795dc0913a509934fdf8d947dc Mon Sep 17 00:00:00 2001 From: Nana Amfo Date: Mon, 6 Nov 2017 10:16:12 -0600 Subject: [PATCH] fix: added git url to travis build --- prerelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prerelease.sh b/prerelease.sh index c9613328..f0e107d3 100644 --- a/prerelease.sh +++ b/prerelease.sh @@ -19,6 +19,6 @@ BRANCH="updateTo${PKG_VER_NEXT}" git checkout -b $BRANCH npm run version -git 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