match/lib/match/generator.rb in fastlane-2.116.0 vs match/lib/match/generator.rb in fastlane-2.116.1
- old
+ new
@@ -13,10 +13,11 @@
development: params[:type] == "development",
output_path: output_path,
force: true, # we don't need a certificate without its private key, we only care about a new certificate
username: params[:username],
team_id: params[:team_id],
+ team_name: params[:team_name],
keychain_path: FastlaneCore::Helper.keychain_path(params[:keychain_name]),
keychain_password: params[:keychain_password]
})
Cert.config = arguments
@@ -61,9 +62,10 @@
force: true,
cert_id: certificate_id,
provisioning_name: profile_name,
ignore_profiles_with_different_name: true,
team_id: params[:team_id],
+ team_name: params[:team_name],
template_name: params[:template_name]
}
values[:platform] = params[:platform]
values[:adhoc] = true if prov_type == :adhoc