diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 62a52196..222f3278 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -408,7 +408,7 @@ def build_and_publish_typescript_package end def current_version_number - File.read("../.version") + File.read("../.version").strip end def push_pods