Fixed a typo

Change-Id: I771f6bbcb23085048bd470079c0198960ffb2805
diff --git a/jjb/shell/github-release.sh b/jjb/shell/github-release.sh
index 035efc7..2da2b7f 100755
--- a/jjb/shell/github-release.sh
+++ b/jjb/shell/github-release.sh
@@ -332,7 +332,7 @@
       "$GITHUB_ORGANIZATION"\
       "$GERRIT_PROJECT"
 
-  showGithubRelease
+  showGithubTool
 
   cat <<EOM
 
@@ -349,6 +349,7 @@
   # create release
   echo "** ${iam} Creating Release: $GERRIT_PROJECT - $GIT_VERSION"
   github-release \
+      --verbose \
       release \
       --user "$GITHUB_ORGANIZATION" \
       --repo "$GERRIT_PROJECT" \