From 5b6667515dad7d2ac88596f51ed3db058ba2f1b5 Mon Sep 17 00:00:00 2001 From: Harsh R <53080940+fullstackninja864@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:01:39 +0530 Subject: [PATCH] Revert "update(workflow): remove non-interactive build" (#4192) Revert "update(workflow): remove non-interactive build (#4191)" This reverts commit 2ca0d20c8e0447711a8409304b1b74319d93ea5c. --- .github/workflows/eas-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eas-publish.yml b/.github/workflows/eas-publish.yml index 754405a491..b4fa29b61c 100644 --- a/.github/workflows/eas-publish.yml +++ b/.github/workflows/eas-publish.yml @@ -99,7 +99,7 @@ jobs: npx standard-version --release-as ${{needs.version.outputs.version}} - name: EAS Build - iOS - run: eas build --platform ios --wait --clear-cache + run: eas build --platform ios --non-interactive --wait --clear-cache env: EAS_PROJECT_ID: ${{ secrets.EAS_PROJECT_ID }}