Skip to content

Commit

Permalink
Call method to trigger beta build, not release, from new_beta_release
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Oct 23, 2024
1 parent 5139398 commit b61755b
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 b61755b

Please sign in to comment.