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 cc4af83 commit 3724d3aCopy full SHA for 3724d3a
1 file changed
fastlane/Fastfile
@@ -24,7 +24,9 @@ platform :ios do
24
type: "appstore",
25
app_identifier:ENV["BUNDLE_IDENTIFIER"],
26
readonly: true,
27
- force: true
+ force: true,
28
+ verbose: true
29
+
30
)
31
app_store_connect_api_key(
32
key_id:ENV["APPSTORE_CONNECT_KEY_ID"],
0 commit comments