From 8e8a14f9f67e2b387180dcc4bd6ec0acbebfc716 Mon Sep 17 00:00:00 2001 From: Patryk Michalik Date: Fri, 4 Jun 2021 14:52:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=98Build=20debug=20APK=E2=80=99=20Action:?= =?UTF-8?q?=20Fetch=20full=20history=20for=20`send-changelog`=20Job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_debug_apk.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_debug_apk.yml b/.github/workflows/build_debug_apk.yml index 463ab0df34..da8c35da32 100644 --- a/.github/workflows/build_debug_apk.yml +++ b/.github/workflows/build_debug_apk.yml @@ -69,6 +69,7 @@ jobs: uses: actions/checkout@v2.3.4 with: submodules: true + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v2 with: