Skip to content

Commit cc4af83

Browse files
authored
Update Fastfile
1 parent e70859f commit cc4af83

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

fastlane/Fastfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ platform :ios do
2323
match(
2424
type: "appstore",
2525
app_identifier:ENV["BUNDLE_IDENTIFIER"],
26-
readonly: true
26+
readonly: true,
27+
force: true
2728
)
2829
app_store_connect_api_key(
2930
key_id:ENV["APPSTORE_CONNECT_KEY_ID"],
@@ -53,4 +54,4 @@ lane :register_new_devices do
5354
register_devices(
5455
devices_file: "./devices.txt"
5556
)
56-
end
57+
end

0 commit comments

Comments
 (0)