diff --git a/bricks/template/__brick__/{{project_name.snakeCase()}}/ios/fastlane/Fastfile b/bricks/template/__brick__/{{project_name.snakeCase()}}/ios/fastlane/Fastfile index 2942d60c..a0150402 100644 --- a/bricks/template/__brick__/{{project_name.snakeCase()}}/ios/fastlane/Fastfile +++ b/bricks/template/__brick__/{{project_name.snakeCase()}}/ios/fastlane/Fastfile @@ -84,6 +84,7 @@ platform :ios do desc 'Build and upload Production app to Test Flight' lane :build_and_upload_testflight_production_app do set_app_version + bump_build builder.build_app_store( Constants.SCHEME_NAME_PRODUCTION, Constants.PRODUCT_NAME_PRODUCTION,