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 e70859f commit cc4af83Copy full SHA for cc4af83
1 file changed
fastlane/Fastfile
@@ -23,7 +23,8 @@ platform :ios do
23
match(
24
type: "appstore",
25
app_identifier:ENV["BUNDLE_IDENTIFIER"],
26
- readonly: true
+ readonly: true,
27
+ force: true
28
)
29
app_store_connect_api_key(
30
key_id:ENV["APPSTORE_CONNECT_KEY_ID"],
@@ -53,4 +54,4 @@ lane :register_new_devices do
53
54
register_devices(
55
devices_file: "./devices.txt"
56
-end
57
+end
0 commit comments