Skip to content

Commit d992be2

Browse files
author
Ghulam Nasir
committed
use repo's fastlane version
1 parent 9621dc0 commit d992be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ios-manage-signing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
[[ "${{ inputs.platform }}" == "flutter" ]] && cd ios
9292
9393
if [[ '${{ inputs.certificate-type }}' == 'distribution' || '${{ inputs.certificate-type }}' == 'both' ]]; then
94-
fastlane match_for_signing type:appstore refresh_certificates:true
95-
fastlane match_for_signing type:adhoc refresh_certificates:true
94+
bundle exec fastlane match_for_signing type:appstore refresh_certificates:true
95+
bundle exec fastlane match_for_signing type:adhoc refresh_certificates:true
9696
fi
9797
if [[ '${{ inputs.certificate-type }}' == 'development' || '${{ inputs.certificate-type }}' == 'both' ]]; then
98-
fastlane match_for_signing type:development refresh_certificates:true
98+
bundle exec fastlane match_for_signing type:development refresh_certificates:true
9999
fi

0 commit comments

Comments
 (0)