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