Skip to content

Commit 7388010

Browse files
authored
Add missing call to fetch/update Reader provisioning profile (#24994)
1 parent 9659d8b commit 7388010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/lanes/codesign.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
# @option [Boolean] readonly (default: true) Whether to only fetch existing certificates and profiles, without generating new ones.
106106
#
107107
lane :update_certs_and_profiles_app_store do |readonly: true|
108+
update_certs_and_profiles_app_store_reader(readonly: readonly)
108109
update_certs_and_profiles_jetpack_app_store(readonly: readonly)
109110
update_certs_and_profiles_wordpress_app_store(readonly: readonly)
110111
end

0 commit comments

Comments
 (0)