We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release-build-wordpress.sh
1 parent 7a94603 commit f8087cdCopy full SHA for f8087cd
1 file changed
.buildkite/commands/release-build-wordpress.sh
@@ -19,4 +19,6 @@ echo "--- :closed_lock_with_key: Installing Secrets"
19
bundle exec fastlane run configure_apply
20
21
echo "--- :hammer_and_wrench: Building"
22
-bundle exec fastlane build_and_upload_app_store_connect skip_confirm:true create_gh_release:true
+bundle exec fastlane build_and_upload_app_store_connect \
23
+ skip_confirm:true \
24
+ create_gh_release:true
0 commit comments