CI: Add candidate release pipeline
This commit is contained in:
parent
ec271379bd
commit
148c4aa1dd
5 changed files with 18 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ platform :ios do
|
|||
version_name = config.match(re).captures[0]
|
||||
increment_version_number(version_number: version_name)
|
||||
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
|
||||
upload_to_testflight
|
||||
upload_to_testflight(distribute_external: true, groups: "FluffyChat Betatest")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue