Skip to content

Commit

Permalink
try to use no-daemon param to workaround ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Nov 22, 2023
1 parent fdd14cd commit 19e7c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ lane :ship_beta_android do |options|

sentry_release_name = "android-#{vname}-#{vcode}"

sh("yarn react-native build-android --mode=release")
sh("yarn react-native build-android --mode=release --extra-params=--no-daemon")

upload_sentry_artifacts(
sentry_release_name: sentry_release_name,
Expand Down

0 comments on commit 19e7c4e

Please sign in to comment.