Bump up Ruby version

Use Bundle in pipeline
This commit is contained in:
Geoffroy Bonneville
2025-11-09 15:33:16 -05:00
parent 5e418211bf
commit af0bb51f01

View File

@@ -37,10 +37,10 @@ jobs:
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: 3.1 ruby-version: 3.4
- name: Install Fastlane - name: Install Fastlane
run: gem install fastlane -NV run: bundle install
- name: Configure Google credentials - name: Configure Google credentials
run: echo '${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}' > service-account.json run: echo '${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}' > service-account.json
@@ -48,4 +48,4 @@ jobs:
- name: Run Fastlane - name: Run Fastlane
env: env:
SUPPLY_JSON_KEY: service-account.json SUPPLY_JSON_KEY: service-account.json
run: fastlane internal run: bundle exec fastlane internal