Skip to content

Commit 3398e0f

Browse files
committed
Trigger release build instead of running it in finalize_release
Two reasons: 1. In it's current status if fails because of `tumblr-metal` constraints. See https://buildkite.com/automattic/simplenote-android/builds/433#0192c195-15a6-49dd-be04-e14b04eea312 2. There is a difference from simply running the lane that builds the release build and running the full CI pipeline. The latter is what we need.
1 parent 134e194 commit 3398e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/lanes/release.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192

193193
push_to_git_remote(tags: false)
194194

195-
build_and_upload_release(create_release: true)
195+
trigger_release_build(branch_to_build: release_branch_name)
196196

197197
create_backmerge_prs!
198198

0 commit comments

Comments
 (0)