Skip to content

Commit

Permalink
[scripts] prefer tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
pipelka committed Feb 1, 2021
1 parent 09cfe3c commit 67654c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/release-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd `dirname $0`/..

./gradlew cleanBuildCache clean assembleRelease

VERSION=`git describe`
VERSION=`git describe --tags`
APKDIR=distribution/bin
APK=robotv-${VERSION}.apk
APKFILE=${APKDIR}/${APK}
Expand Down
2 changes: 1 addition & 1 deletion scripts/release-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd `dirname $0`/..

./gradlew cleanBuildCache clean bundleRelease

VERSION=`git describe`
VERSION=`git describe --tags`
AABDIR=distribution/bin
AAB=robotv-${VERSION}.aab
AABFILE=${AABDIR}/${AAB}
Expand Down

0 comments on commit 67654c7

Please sign in to comment.