Skip to content

Commit

Permalink
Try fix fastlane release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Jan 6, 2022
1 parent 78a9ba9 commit c46dacc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ lane :release_to_ipa do
"signingStyle" => "automatic",
"manageAppVersionAndBuildNumber" => false
},
skip_codesigning: true,
xcargs: "-allowProvisioningUpdates -authenticationKeyIssuerID #{ENV['AUTHENTICATION_KEY_ISSUER_ID']} -authenticationKeyID #{ENV['AUTHENTICATION_KEY_ID']} -authenticationKeyPath \"#{auth_key_path}\"",
output_name: "CloudSignedExample.ipa"
)
Expand Down

0 comments on commit c46dacc

Please sign in to comment.