From a6befbd6472c099a15680be354a4065bd6f41ac6 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 11 Feb 2024 20:02:11 -0800 Subject: [PATCH] try sync --- .github/workflows/deploy-nightly-testflight.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-nightly-testflight.yml b/.github/workflows/deploy-nightly-testflight.yml index 1624dadff0..254927f54b 100644 --- a/.github/workflows/deploy-nightly-testflight.yml +++ b/.github/workflows/deploy-nightly-testflight.yml @@ -43,11 +43,8 @@ jobs: # - name: Bump build number # run: yarn bump:ios - - name: Test EAS - run: eas build:version:sync -p all - -# - name: EAS build and submit -# run: eas build -p ios --profile production --auto-submit --non-interactive + - name: EAS build and submit + run: eas build -p ios --profile production --non-interactive # - name: Commit # uses: stefanzweifel/git-auto-commit-action@v5