Skip to content

Commit 522efdc

Browse files
committed
using bundle exec...
1 parent 9f85109 commit 522efdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/generate-version-code/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ runs:
5353
if: ${{ inputs.os == 'ios' }}
5454
shell: bash
5555
run: |
56-
fastlane ios get_testflight_version
56+
bundle exec fastlane ios get_testflight_version
5757
working-directory: ios
5858

5959
- name: Compute VERSIONCODE (Android)
6060
if: ${{ inputs.os == 'android' }}
6161
shell: bash
6262
run: |
63-
fastlane android version_code
63+
bundle exec fastlane android version_code
6464
working-directory: android
6565

6666
- name: Compute VERSIONCODE

0 commit comments

Comments
 (0)