Skip to content

Commit 331d360

Browse files
Merge branch 'task/jetpack-overlay-universal-linking' into task/19601-overlay-cta
2 parents 9a3be21 + 926c91b commit 331d360

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastlane/lanes/release.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ def trigger_buildkite_release_build(branch:, beta:)
184184
buildkite_pipeline: 'wordpress-ios',
185185
branch: branch,
186186
environment: { BETA_RELEASE: beta },
187-
pipeline_file: 'release-builds.yml'
187+
pipeline_file: 'release-builds.yml',
188+
message: beta ? 'Beta Builds' : 'Release Builds'
188189
)
189190
end
190191

0 commit comments

Comments
 (0)