We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f85109 commit 522efdcCopy full SHA for 522efdc
.github/actions/generate-version-code/action.yml
@@ -53,14 +53,14 @@ runs:
53
if: ${{ inputs.os == 'ios' }}
54
shell: bash
55
run: |
56
- fastlane ios get_testflight_version
+ bundle exec fastlane ios get_testflight_version
57
working-directory: ios
58
59
- name: Compute VERSIONCODE (Android)
60
if: ${{ inputs.os == 'android' }}
61
62
63
- fastlane android version_code
+ bundle exec fastlane android version_code
64
working-directory: android
65
66
- name: Compute VERSIONCODE
0 commit comments