Skip to content

Commit

Permalink
chore(ci): add setup_ci to fix freeze at [CP] Embed Pods Frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ghorbani committed Nov 29, 2024
1 parent ae6c0eb commit 3509209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ default_platform :ios
platform :ios do
desc "Release iOS app to TestFlight"
lane :release_ios do
setup_ci(force: true)

api_key = app_store_connect_api_key(
key_id: ENV['APP_STORE_CONNECT_API_KEY_ID'],
issuer_id: ENV['APP_STORE_CONNECT_API_ISSUER_ID'],
Expand Down

0 comments on commit 3509209

Please sign in to comment.