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