Skip to content

Commit

Permalink
Don't show HTML preview when uploading metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Aug 30, 2023
1 parent 855ee27 commit fd00533
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ platform :ios do
skip_app_version_update: true,

skip_screenshots: true,

force: true,
)
end

Expand All @@ -53,6 +55,8 @@ platform :mac do
skip_app_version_update: true,

skip_screenshots: true,

force: true,
)
end
end

0 comments on commit fd00533

Please sign in to comment.