Skip to content

Commit

Permalink
fixed ruby and fastlane versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Benimautner committed Jul 21, 2024
1 parent 41b77d7 commit 69305d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/flutter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: false

- name: Install Fastlane dependencies
run: |
pwd
cd android
gem install bundler -v 2.4.22
bundle config path vendor/bundle
bundle install
cd ..
- name: Check gpg version
Expand Down

0 comments on commit 69305d1

Please sign in to comment.