chore: don't send update automatically
This commit is contained in:
parent
76ec1883d8
commit
f5607abf0a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue