Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Nov 22, 2024
1 parent 334dbe9 commit a2dcfbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,8 @@ platform :ios do

desc "Submit HybridApp to 100% rollout on App Store"
lane :complete_hybrid_rollout do
puts Dir.pwd
sh "pwd"
api_token = Spaceship::ConnectAPI::Token.from_json_file("./ios/ios-fastlane-json-key.json")
Spaceship::ConnectAPI.token = api_token

Expand Down

0 comments on commit a2dcfbd

Please sign in to comment.