Skip to content

Commit ac614d5

Browse files
committed
Allow release-build-wordpress.sh to specify whether to build a beta
1 parent f8087cd commit ac614d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/commands/release-build-wordpress.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ bundle exec fastlane run configure_apply
2121
echo "--- :hammer_and_wrench: Building"
2222
bundle exec fastlane build_and_upload_app_store_connect \
2323
skip_confirm:true \
24-
create_gh_release:true
24+
create_gh_release:true \
25+
beta_release:${1:-true} # use first call param, default to true for safety

0 commit comments

Comments
 (0)