Skip to content

Commit

Permalink
[fix] #26 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Jul 24, 2024
1 parent 8c28dde commit 0bce0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ platform :ios do
api_key = app_store_connect_api_key(
key_id: ENV['APP_STORE_CONNECT_KEY_ID'],
issuer_id: ENV['APP_STORE_CONNECT_ISSUER_ID'],
key_conent: ENV['APP_STORE_CONNECT_API']
key_content: ENV['APP_STORE_CONNECT_API']
)

upload_to_testflight(
Expand Down

0 comments on commit 0bce0af

Please sign in to comment.