Skip to content

Commit

Permalink
chore: Update match command in Fastfile to force appstore certificate…
Browse files Browse the repository at this point in the history
… synchronization
  • Loading branch information
RichardKruemmel committed Oct 13, 2024
1 parent bd12fe4 commit 945055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ platform :ios do

desc "Synchronize all appstore certificates"
lane :sync_all_appstore_certs do
match(type: "appstore")
match(type: "appstore", force: true)
end

desc "Register new devices"
Expand Down

0 comments on commit 945055d

Please sign in to comment.