CI: Update iOS fastlane

This commit is contained in:
Krille Fear 2021-11-27 12:12:58 +01:00
commit a697f56ec5
3 changed files with 4 additions and 3 deletions

View file

@ -26,8 +26,8 @@ platform :ios do
config = File.read("../../pubspec.yaml")
version_name = config.match(re).captures[0]
increment_version_number(version_number: version_name)
#build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
#upload_to_testflight
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
upload_to_testflight
end
end