Skip to content

Commit

Permalink
update(workflow): remove non-interactive build (#4191)
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 authored Aug 27, 2024
1 parent 48bed6b commit 2ca0d20
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 --non-interactive --wait --clear-cache
run: eas build --platform ios --wait --clear-cache
env:
EAS_PROJECT_ID: ${{ secrets.EAS_PROJECT_ID }}

Expand Down

0 comments on commit 2ca0d20

Please sign in to comment.