Skip to content

Commit 25537ee

Browse files
authored
chore: don't use Bundler to execute fastlane (#2668)
1 parent 4c0bac1 commit 25537ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Push version to production
5454
run: |
55-
bundle exec fastlane promoteToProduction version_code:${{ steps.download-assets.outputs.VERSION_CODE }}
55+
fastlane promoteToProduction version_code:${{ steps.download-assets.outputs.VERSION_CODE }}
5656
if [[ $? -ne 0 ]]; then
5757
exit 1
5858
fi

0 commit comments

Comments
 (0)