Skip to content

Commit 2f4acdf

Browse files
committed
Update update_metadata_on_app_store_connect to use the value of with_screenshots from the release tool
1 parent 7cc2d8a commit 2f4acdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/release-pipelines/update-metadata-on-app-store-connect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
bundle exec fastlane run configure_apply
2424
2525
echo '--- :shipit: Update Release Notes and Other App Store Metadata'
26-
bundle exec fastlane update_metadata_on_app_store_connect skip_confirm:true
26+
bundle exec fastlane update_metadata_on_app_store_connect skip_confirm:true with_screenshots:"$WITH_SCREENSHOTS"
2727
retry:
2828
manual:
2929
# If those jobs fail, one should always prefer re-triggering a new build from ReleaseV2 rather than retrying the individual job from Buildkite

0 commit comments

Comments
 (0)