diff --git a/fastlane/Fastfile b/fastlane/Fastfile index be592f9..a6b3d39 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -118,7 +118,7 @@ platform :mac do api_token: ENV["GITHUB_TOKEN"], name: "SeaEye v#{new_version}", is_prerelease: false, - tag_name: new_version, + tag_name: new_version.to_s, description: comments, commitish: RELEASE_BRANCH, upload_assets: [ZIP_OUTPUT]