From 58b5f3182c9ac987c3e57663b79da11b860ccbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dino=20Kovac=CC=8C?= Date: Tue, 18 Jul 2017 20:01:14 +0200 Subject: [PATCH] Chain deploy commands --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 80fcafe..1cd0334 100755 --- a/deploy.sh +++ b/deploy.sh @@ -15,7 +15,7 @@ if [ ! -z "$4" ]; then tag_message="$4" fi -./gradlew clean build generatePomFileForMavenPublication bintrayUpload -PbintrayUser=${username} -PbintrayKey=${api_key} -PdryRun=false +./gradlew clean build generatePomFileForMavenPublication bintrayUpload -PbintrayUser=${username} -PbintrayKey=${api_key} -PdryRun=false && \ git tag -a "${version}" -m "${tag_message}" && \ git push --tags