We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047b1be commit 883f933Copy full SHA for 883f933
apps/app/android/fastlane/Fastfile
@@ -40,7 +40,9 @@ private_lane :populate_metadata do
40
41
unless File.exist?(metadata_path)
42
UI.message("Running 'fastlane supply init' to initialize supply metadata...")
43
- system("fastlane supply init")
+
44
+ # Run supply init in the correct context
45
+ sh("fastlane supply init --metadata_path #{metadata_path}")
46
else
47
UI.message("✅ Supply metadata already initialized.")
48
end
0 commit comments