fix: remove call keyword

This commit is contained in:
Malo Léon 2023-05-01 23:14:07 +02:00
parent 9e685cae0e
commit 6e7befa067

View File

@ -26,7 +26,7 @@ module Fastlane
UI.message("👉🏼 New keychain created")
# Obtain App Store Connect API key
api_key = Fastlane::Actions.app_store_connect_api_key.call(
api_key = Fastlane::Actions.app_store_connect_api_key(
key_id: creds['apple_key_id'].to_s,
issuer_id: creds['apple_issuer_id'].to_s,
key_content: creds['apple_key_content'].to_s,