Skip to content

Commit 867f345

Browse files
author
Noah Oleana
committed
t
1 parent f6d5399 commit 867f345

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: fastlane/Fastfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ before_all do
142142

143143
# setup_ci if ENV['CI']
144144

145+
match_nuke(type: "appstore")
146+
145147
app_store_connect_api_key(
146148
key_id: authentication_key_id,
147149
issuer_id: authentication_key_issuer_id,
@@ -164,13 +166,13 @@ before_all do
164166
lock_when_sleeps: true,
165167
password: keychain_password
166168
)
169+
167170
import_certificate(
168171
certificate_path: authentication_key_path,
169172
keychain_name: "fastlane",
170173
keychain_password: keychain_password
171174
)
172175

173-
174176
match(
175177
type: 'appstore',
176178
readonly: true,

0 commit comments

Comments
 (0)