From a10357e03c1c8f902b49c61c8d5196be88c70c3c Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 11 Jan 2023 22:12:49 +0200 Subject: [PATCH] fix ci --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b6758805..ba6e2ee29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -432,6 +432,7 @@ jobs: task: "Deploy to Google Play" target: android file: "*.apk" + env: "SUPPLY_TRACK=beta" deploy-android-beta: executor: @@ -451,6 +452,7 @@ jobs: task: "Deploy to TestFlight" target: ios file: "*.ipa" + env: "" deploy-ios-beta: executor: ios