Skip to content

Commit

Permalink
💚 Upgrade Ruby version to 3.2.3 in GitHub workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed May 24, 2024
1 parent 0b8cb27 commit f86989a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ workflow(
)
)

uses(action = SetupRuby(rubyVersion = "2.6"))
uses(action = SetupRuby(rubyVersion = "3.2.3"))
run(
name = "publish-playstore",
command = "bundle config path vendor/bundle && bundle install --jobs 4 --retry 3 && bundle exec fastlane playstore"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- id: 'step-5'
uses: 'ruby/setup-ruby@v1'
with:
ruby-version: '2.6'
ruby-version: '3.2.3'
- id: 'step-6'
name: 'publish-playstore'
run: 'bundle config path vendor/bundle && bundle install --jobs 4 --retry 3 && bundle exec fastlane playstore'

0 comments on commit f86989a

Please sign in to comment.