aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-01-30 14:28:47 +0000
committerMenny Even Danan <menny@evendanan.net>2020-01-30 17:20:16 +0000
commitc7b2eb37b737e6b1947273a99fe550da038c4df0 (patch)
tree878d6abe0a66fc68513bd3f51991d1de3f8a4107 /.github
parente1a5859f96d5d1a7b036797562cf245ab2b3e2d4 (diff)
downloadAnySoftKeyboard-c7b2eb37b737e6b1947273a99fe550da038c4df0.tar.gz
AnySoftKeyboard-c7b2eb37b737e6b1947273a99fe550da038c4df0.tar.bz2
Passing github run-number to auto-versioning
Diffstat (limited to '.github')
-rwxr-xr-x.github/actions/deploy/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/deploy/deploy.sh b/.github/actions/deploy/deploy.sh
index 8e0ae3001..6a449fb75 100755
--- a/.github/actions/deploy/deploy.sh
+++ b/.github/actions/deploy/deploy.sh
@@ -19,7 +19,7 @@ export PUBLISH_APK_SERVICE_ACCOUNT_EMAIL="${1}"
shift
DEPLOY_TASKS="$*"
-export BUILD_COUNT_FOR_VERSION=$( git rev-list --count ${GITHUB_REF} )
+export BUILD_COUNT_FOR_VERSION=${GITHUB_RUN_NUMBER}
if [[ -z "${KEYSTORE_FILE_URL}" ]]; then
echo "Using debug keystore for signing."