Skip to content

Commit

Permalink
fix: invalid curve 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokki-Kwon committed Oct 16, 2024
1 parent 8b499e9 commit d51b9e7
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 @@ -23,7 +23,7 @@ desc "Push a new beta build to TestFlight"
app_store_connect_api_key(
key_id: ENV['APP_STORE_CONNECT_API_KEY_KEY_ID'],
issuer_id: ENV['APP_STORE_CONNECT_API_KEY_ISSUER_ID'],
key_content: "ENV['APP_STORE_CONNECT_API_KEY_KEY']"
key_content: "ENV['APP_STORE_CONNECT_API_KEY_KEY'].gsub('\n', "\n")"
)
new_build_number = latest_testflight_build_number
version = get_version_number(xcodeproj: "HongikYeolgong2.xcodeproj")
Expand Down

0 comments on commit d51b9e7

Please sign in to comment.