Skip to content

Commit

Permalink
Fix Fastfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Oct 25, 2024
1 parent ec2d46c commit a5c7b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ platform :android do
desc "Deploy Google Play internal"
lane :deployInternal do
gradle(task: "clean bundleRelease")
upload_to_play_store track:"internal" sync_image_upload:"true"
upload_to_play_store track:"internal",sync_image_upload:"true"
end
end

0 comments on commit a5c7b4b

Please sign in to comment.