From d6e2ca70dbbdfd2c934c741154b2561f6625fc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joris=20Pelgr=C3=B6m?= Date: Mon, 5 Aug 2024 18:29:41 +0200 Subject: [PATCH] Don't build minimal flavors for Play Publish workflow task - Play only uses the full flavor so don't bother building the minimal flavor --- .github/workflows/onPush.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/onPush.yml b/.github/workflows/onPush.yml index 8673c11ae7a..385b2f81490 100644 --- a/.github/workflows/onPush.yml +++ b/.github/workflows/onPush.yml @@ -187,9 +187,9 @@ jobs: VERSION_CODE: ${{ steps.rel_number.outputs.version-code }} run: | ./gradlew :common:assemble - ./gradlew :app:bundleRelease + ./gradlew :app:bundleFullRelease ./gradlew :wear:bundleRelease - ./gradlew :automotive:bundleRelease + ./gradlew :automotive:bundleFullRelease - name: Deploy to Playstore Internal run: bundle exec fastlane deploy_internal