Skip to content

Commit

Permalink
Revert "update(workflow): remove non-interactive build" (#4192)
Browse files Browse the repository at this point in the history
Revert "update(workflow): remove non-interactive build (#4191)"

This reverts commit 2ca0d20.
  • Loading branch information
fullstackninja864 authored Aug 27, 2024
1 parent 2ca0d20 commit 5b66675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eas-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 5b66675

Please sign in to comment.