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