We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91752d8 commit 1208cecCopy full SHA for 1208cec
1 file changed
fastlane/Fastfile
@@ -51,7 +51,7 @@ platform :ios do
51
desc "Build and upload to TestFlight"
52
lane :beta do
53
configure_minio
54
- match(type: "appstore")
+ match(type: "appstore", readonly: true)
55
56
# Configure Xcode project signing before Tauri build
57
update_code_signing_settings(
@@ -110,7 +110,7 @@ platform :ios do
110
desc "Upload to App Store"
111
lane :release do
112
113
114
115
116
0 commit comments