From bcdce2a8802e405a14744ba873dd828d323d4f93 Mon Sep 17 00:00:00 2001 From: Grishka Date: Sat, 2 Mar 2024 01:16:32 +0300 Subject: [PATCH] Skip changelogs too (fastlane/fastlane#21905) --- .github/workflows/build_and_deploy.yml | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 8a6e7d2de..b19763819 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -46,6 +46,7 @@ jobs: SUPPLY_JSON_KEY_DATA: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }} SUPPLY_VALIDATE_ONLY: true SUPPLY_SKIP_UPLOAD_METADATA: true + SUPPLY_SKIP_UPLOAD_CHANGELOGS: true - name: Build release apk run: ./gradlew assembleRelease diff --git a/.gitignore b/.gitignore index 593af090d..151ef3a2e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ .cxx local.properties *.jks +/fastlane/report.xml