We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d5399 commit 867f345Copy full SHA for 867f345
fastlane/Fastfile
@@ -142,6 +142,8 @@ before_all do
142
143
# setup_ci if ENV['CI']
144
145
+ match_nuke(type: "appstore")
146
+
147
app_store_connect_api_key(
148
key_id: authentication_key_id,
149
issuer_id: authentication_key_issuer_id,
@@ -164,13 +166,13 @@ before_all do
164
166
lock_when_sleeps: true,
165
167
password: keychain_password
168
)
169
170
import_certificate(
171
certificate_path: authentication_key_path,
172
keychain_name: "fastlane",
173
keychain_password: keychain_password
174
175
-
176
match(
177
type: 'appstore',
178
readonly: true,
0 commit comments