release/deploy-github: fix tag parameter
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
b0f312cd1e
commit
a5437c480a
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ trap 'exit 1' SIGINT SIGTERM
|
|||
[ -z "$(command -v hub)" ] && { echo "hub not installed; aborting!"; exit 1; }
|
||||
[ -z "${1}" ] && { echo "No tag specified!"; exit 1; }
|
||||
gradle clean bundleRelease assembleRelease
|
||||
hub release create "${TAG}" -a app/build/outputs/apk/release/app-release.apk
|
||||
hub release create "${1}" -a app/build/outputs/apk/release/app-release.apk
|
||||
|
|
Loading…
Reference in a new issue