From a2dcfbd2dc170b6659a43e000885b4ff7d4a43cd Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Fri, 22 Nov 2024 15:57:22 -0700 Subject: [PATCH] More debugging --- fastlane/Fastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e664b468eb6c..30c82bbf2ec7 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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