Skip to content

Commit

Permalink
Update iOS build command to use --mode flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuvshin committed Mar 11, 2024
1 parent 166503f commit fb7e3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/react-native-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ jobs:
run: cd ios && pod install

- name: Build iOS
run: npx react-native run-ios --configuration Release
run: npx react-native run-ios --mode Release

0 comments on commit fb7e3f6

Please sign in to comment.