Skip to content

Commit f8defa9

Browse files
author
Ghulam Nasir
committed
print fastlane version
1 parent 9621dc0 commit f8defa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
shell: bash -l {0}
9090
run: |
9191
[[ "${{ inputs.platform }}" == "flutter" ]] && cd ios
92-
92+
bundle exec fastlane --version
9393
if [[ '${{ inputs.certificate-type }}' == 'distribution' || '${{ inputs.certificate-type }}' == 'both' ]]; then
9494
fastlane match_for_signing type:appstore refresh_certificates:true
9595
fastlane match_for_signing type:adhoc refresh_certificates:true

0 commit comments

Comments
 (0)