From 18235751d4420c17c4653afce2ad084cd0df9620 Mon Sep 17 00:00:00 2001 From: Mo Date: Fri, 21 Oct 2022 11:22:04 -0500 Subject: [PATCH] ci: ios fix --- .github/workflows/mobile.release.prod.yml | 2 ++ .github/workflows/mobile.release.test.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/mobile.release.prod.yml b/.github/workflows/mobile.release.prod.yml index 7f71c383a..7170b1f59 100644 --- a/.github/workflows/mobile.release.prod.yml +++ b/.github/workflows/mobile.release.prod.yml @@ -70,6 +70,8 @@ jobs: packages/mobile/android/app/build/outputs/apk/prod/release/app-prod-release.apk ios: + env: + ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD: true defaults: run: working-directory: packages/mobile diff --git a/.github/workflows/mobile.release.test.yml b/.github/workflows/mobile.release.test.yml index d16b3088f..7fa64f6d4 100644 --- a/.github/workflows/mobile.release.test.yml +++ b/.github/workflows/mobile.release.test.yml @@ -49,6 +49,8 @@ jobs: with: path: packages/mobile ios: + env: + ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD: true defaults: run: working-directory: packages/mobile