chore: don't send update automatically

This commit is contained in:
Matyáš Caras 2023-07-04 00:17:38 +02:00
parent 76ec1883d8
commit f5607abf0a

View file

@ -23,6 +23,6 @@ platform :android do
desc "Deploy a new version to the Google Play"
lane :deploy do
upload_to_play_store(track: "beta", aab: "../build/app/outputs/bundle/release/app-release.aab")
upload_to_play_store(track: "beta", aab: "../build/app/outputs/bundle/release/app-release.aab",changes_not_sent_for_review:true)
end
end