Skip to content

Commit 31302c3

Browse files
Make WITH_SCREENSHOTS default to false
Co-authored-by: Olivier Halligon <[email protected]>
1 parent 803a304 commit 31302c3

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 with_screenshots:"$WITH_SCREENSHOTS"
26+
bundle exec fastlane update_metadata_on_app_store_connect skip_confirm:true with_screenshots:"${WITH_SCREENSHOTS:-false}"
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)