mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(fastlane): change Play Store release status to draft (#3051)
This commit is contained in:
parent
acd6c4e5af
commit
5ee5599983
1 changed files with 1 additions and 2 deletions
|
|
@ -49,8 +49,7 @@ platform :android do
|
|||
upload_to_play_store(
|
||||
track: 'beta',
|
||||
aab: aab_path,
|
||||
release_status: 'inProgress',
|
||||
rollout: '0.25',
|
||||
release_status: 'draft',
|
||||
skip_upload_apk: true
|
||||
)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue