From 7e187ae5913a4f1f7f9ca4fe106d4a1210d21973 Mon Sep 17 00:00:00 2001 From: HIMANSHU Date: Thu, 18 Apr 2024 22:04:57 +0530 Subject: [PATCH] upload to testflight --- .github/workflows/ios-build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index 15f4ffa..7baaffd 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -29,4 +29,9 @@ jobs: EXPO_CLI_YES: 1 run: | eas init --non-interactive --id 3d81ac4a-f8fe-4ba4-99d0-0623c7780991 --force - eas update --auto --non-interactive \ No newline at end of file + eas update --auto --non-interactive + + - name: 🚀 Upload to TestFlight + env: + EXPO_CLI_YES: 1 + run: eas submit --platform ios --release-channel default \ No newline at end of file