commit c3c23bfc73a91b6269faacf5e36d3e2c78ad996b
parent 7458dc53be635453368479308b64b884b56971a7
Author: Iván Ávalos <avalos@disroot.org>
Date: Fri, 19 Sep 2025 20:53:57 +0200
[cashier] fix Play Store upload
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/cashier/fastlane/Fastfile b/cashier/fastlane/Fastfile
@@ -33,11 +33,10 @@ platform :android do
}
)
upload_to_play_store(
- track: 'beta',
skip_upload_images: 'true',
skip_upload_screenshots: 'true',
skip_upload_apk: 'true', # This is an app bundle, so APK is not possible
- validate_only: 'true'
+ validate_only: 'false'
)
end
end