Skip to content

Commit

Permalink
chore: fastlane upload param add
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Jul 26, 2024
1 parent 79caf6b commit b011299
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ platform :android do
"android.injected.signing.key.password" => "#{ENV["KEYSTORE_KEY_PASSWORD"]}",
},
)
upload_to_play_store
upload_to_play_store(
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,
skip_upload_apk: true
)
end
end

0 comments on commit b011299

Please sign in to comment.