mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-03 14:06:34 +02:00
fix(fastlane): change Play Store release status to draft (#3051)
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user