diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a90e68f..7d817c0 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -49,6 +49,7 @@ message: "Create new tag for version #{lane_context[SharedValues::VERSION_CODE]} (#{ENV['VERSION']})", ) push_to_git_remote( + local_branch: "HEAD", remote_branch: "master", ) end