diff --git a/fastlane/Fastfile b/fastlane/Fastfile index bf2fd6539..09fa525cd 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -260,7 +260,7 @@ lane :tag_nightly do |options| git_push(tag_name: tag_name) end -private_lane :setup_git +private_lane :setup_git do sh("git config --global user.name 'Element CI'") sh("git config --global user.email 'ci@element.io'") end