mirror of
https://github.com/wismna/DoNext.git
synced 2025-12-06 00:02:40 -05:00
Bump up Ruby version
Use Bundle in pipeline
This commit is contained in:
6
.github/workflows/android.yaml
vendored
6
.github/workflows/android.yaml
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user