Skip to content

Commit 2813dda

Browse files
committed
Bypass user input in CI release builds
1 parent 56de82b commit 2813dda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.buildkite/commands/release-build.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ echo "--- :closed_lock_with_key: Installing Secrets"
1010
bundle exec fastlane run configure_apply
1111

1212
echo "--- :hammer_and_wrench: Build and Upload to App Store Connect"
13-
bundle exec fastlane build_and_upload_to_app_store_connect
13+
bundle exec fastlane build_and_upload_to_app_store_connect \
14+
skip_confirm:true \
15+
skip_prechecks:true \
16+
create_release:true \
17+
beta_release:${1:-true} # use first call param, default to true for safety

0 commit comments

Comments
 (0)