Skip to content

Commit 94868e2

Browse files
hub fixed
1 parent 1682c38 commit 94868e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Scripts/run_release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ function install_binary {
5757
chmod +x ~/bin/hub${windows:+.exe}
5858

5959
# verify
60-
~/bin/hub${windows:+.exe} version
60+
# ~/bin/hub${windows:+.exe} version
6161

6262
# cleanup
6363
rm -rf $tmp_dir
6464

65-
cp ~/bin/hub .
65+
# cp ~/bin/hub .
6666
}
6767

6868
function prep_workspace {
@@ -94,7 +94,7 @@ function release_github {
9494

9595
DESCRIPTION=$(awk "/^${NEW_VERSION}$/,/^${LAST_VERSION:-nothingmatched}$/" ${CHANGELOG} | grep -v "^${LAST_VERSION:-nothingmatched}$")
9696
install_binary mislav hub
97-
hub version
97+
~/bin/hub version
9898
hub release create v${VERSION} -m "Release ${VERSION}" -m "${DESCRIPTION}" -t "${BRANCH}"
9999
}
100100

0 commit comments

Comments
 (0)