Skip to content

Commit

Permalink
add username
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc007 committed Feb 27, 2020
1 parent 0b2188f commit 3924a05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/resources/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ platform :ios do
git_url: ENV['PUBLISHING_MATCH_CERTIFICATE_REPO'],
type: signing_type,
keychain_name: 'fastlane_tmp_keychain',
readonly: false
readonly: false,
username: 'mmcc007@gmail.com'
)
}
puts 'Certificates and profiles installed'
Expand Down

0 comments on commit 3924a05

Please # to comment.