Rename match lane to certs, fixes iOS build process (#5745)
This commit is contained in:
parent
7f91a6a78a
commit
96f3970ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ platform :ios do
|
|||
end
|
||||
|
||||
desc 'Get iOS match profiles'
|
||||
lane :match do
|
||||
lane :certs do
|
||||
if !ENV['MATCH_PASSWORD'].nil? && !ENV['MATCH_PASSWORD'].empty?
|
||||
api_key = get_apple_api_key()
|
||||
match(
|
||||
|
|
|
|||
Loading…
Reference in a new issue