Skip to content

Commit

Permalink
Bypass user input in CI release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Apr 18, 2023
1 parent 56de82b commit 2813dda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .buildkite/commands/release-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ echo "--- :closed_lock_with_key: Installing Secrets"
bundle exec fastlane run configure_apply

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

0 comments on commit 2813dda

Please sign in to comment.