Skip to content

Commit 3724d3a

Browse files
authored
Update Fastfile
1 parent cc4af83 commit 3724d3a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ platform :ios do
2424
type: "appstore",
2525
app_identifier:ENV["BUNDLE_IDENTIFIER"],
2626
readonly: true,
27-
force: true
27+
force: true,
28+
verbose: true
29+
2830
)
2931
app_store_connect_api_key(
3032
key_id:ENV["APPSTORE_CONNECT_KEY_ID"],

0 commit comments

Comments
 (0)