CI: Add candidate release pipeline

This commit is contained in:
Krille Fear 2021-12-05 09:13:23 +01:00
commit 148c4aa1dd
5 changed files with 18 additions and 4 deletions

View file

@ -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