We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2d46c commit a5c7b4bCopy full SHA for a5c7b4b
fastlane/Fastfile
@@ -30,6 +30,6 @@ platform :android do
30
desc "Deploy Google Play internal"
31
lane :deployInternal do
32
gradle(task: "clean bundleRelease")
33
- upload_to_play_store track:"internal" sync_image_upload:"true"
+ upload_to_play_store track:"internal",sync_image_upload:"true"
34
end
35
0 commit comments