Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 18, 2024
1 parent 6075bb7 commit 264cafe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ platform :ios do
)
else
build_output = params[:build_output]
puts "build upload_to_testflight: #{JSON.pretty_generate(build_output).gsub(":", " =>")}"
puts "build upload_to_testflight: #{JSON.pretty_generate(build_output[:api_key]).gsub(":", " =>")}"
upload_to_testflight(
changelog:params[:changelog],
distribute_external: true,
Expand All @@ -412,6 +412,7 @@ platform :ios do
api_key = app_store_connect_api_key(
key_id: ENV['APPLE_KEY_ID'],
issuer_id: ENV['APPLE_ISSUER_ID'],
duration: 500, # maximum 1200
key_content: ENV['APPLE_KEY_CONTENT']
)
end
Expand Down

0 comments on commit 264cafe

Please sign in to comment.