Skip to content

Commit 5b66675

Browse files
Revert "update(workflow): remove non-interactive build" (#4192)
Revert "update(workflow): remove non-interactive build (#4191)" This reverts commit 2ca0d20.
1 parent 2ca0d20 commit 5b66675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/eas-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
npx standard-version --release-as ${{needs.version.outputs.version}}
100100
101101
- name: EAS Build - iOS
102-
run: eas build --platform ios --wait --clear-cache
102+
run: eas build --platform ios --non-interactive --wait --clear-cache
103103
env:
104104
EAS_PROJECT_ID: ${{ secrets.EAS_PROJECT_ID }}
105105

0 commit comments

Comments
 (0)