Skip to content

Commit 23e13f5

Browse files
author
Pulak Bhowmick
committed
test
1 parent ef9877d commit 23e13f5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Scripts/run_release.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,11 @@ function release_github {
9595
LAST_VERSION=$(grep '^## \d\+\.\d\+.\d\+' ${CHANGELOG} | awk 'NR==2')
9696

9797
DESCRIPTION=$(awk "/^${NEW_VERSION}$/,/^${LAST_VERSION:-nothingmatched}$/" ${CHANGELOG} | grep -v "^${LAST_VERSION:-nothingmatched}$")
98-
install_binary mislav hub
98+
HOME=$(pwd)
9999
pwd
100-
whereis hub
101-
which hub
100+
install_binary mislav hub
102101
hub version
103-
# hub release create v${VERSION} -m "Release ${VERSION}" -m "${DESCRIPTION}" -t "${BRANCH}"
102+
hub release create v${VERSION} -m "Release ${VERSION}" -m "${DESCRIPTION}" -t "${BRANCH}"
104103
}
105104

106105
function release_cocoapods {

0 commit comments

Comments
 (0)