From 8184eb8b6721bab4190539aa0757468654496147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Sk=C3=A1la?= Date: Sat, 9 May 2020 23:39:07 +0200 Subject: [PATCH] Remove shallow clone to count commits correctly --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a673713e..278e6905c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Checkout submodules shell: bash @@ -52,7 +54,7 @@ jobs: with: java-version: 8 - - name: Build debug APK + - name: Build release APK run: bash ./gradlew assembleRelease - name: Upload APK