mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix fastlane syntax error
This commit is contained in:
parent
3b5f879e0d
commit
16eb3311f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user