We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cfe3c commit 67654c7Copy full SHA for 67654c7
scripts/release-apk.sh
@@ -13,7 +13,7 @@ cd `dirname $0`/..
13
14
./gradlew cleanBuildCache clean assembleRelease
15
16
-VERSION=`git describe`
+VERSION=`git describe --tags`
17
APKDIR=distribution/bin
18
APK=robotv-${VERSION}.apk
19
APKFILE=${APKDIR}/${APK}
scripts/release-bundle.sh
./gradlew cleanBuildCache clean bundleRelease
AABDIR=distribution/bin
AAB=robotv-${VERSION}.aab
AABFILE=${AABDIR}/${AAB}
0 commit comments