Make it live!

This commit is contained in:
Benoit Marty 2021-06-17 18:35:37 +02:00
parent ad0b1f02f6
commit 0274faa197
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ platform :android do
skip_upload_images: true, skip_upload_images: true,
skip_upload_screenshots: true, skip_upload_screenshots: true,
skip_upload_changelogs: true, skip_upload_changelogs: true,
validate_only: true # Set to true to not update the PlayStore
validate_only: false
) )
end end