Skip to content

Commit

Permalink
Call method to trigger beta build from new_beta_release (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored Oct 23, 2024
2 parents 5139398 + b61755b commit e0fc576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lanes/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@

push_to_git_remote(tags: false)

trigger_release_build(branch_to_build: release_branch_name)
trigger_beta_build(branch_to_build: release_branch_name)

create_backmerge_prs!
end
Expand Down

0 comments on commit e0fc576

Please sign in to comment.