From c6dc08c09186d62a302b826da1a6aa3055ec35c0 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 11 Feb 2024 19:55:56 -0800 Subject: [PATCH] try sync --- .github/workflows/deploy-nightly-testflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-nightly-testflight.yml b/.github/workflows/deploy-nightly-testflight.yml index dba4f0722d..1624dadff0 100644 --- a/.github/workflows/deploy-nightly-testflight.yml +++ b/.github/workflows/deploy-nightly-testflight.yml @@ -44,7 +44,7 @@ jobs: # run: yarn bump:ios - name: Test EAS - run: eas build:version:get -p all + run: eas build:version:sync -p all # - name: EAS build and submit # run: eas build -p ios --profile production --auto-submit --non-interactive