Skip to content

Commit

Permalink
ci: match ruby version in deployment job
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Feb 19, 2025
1 parent a4cdf26 commit a03f68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7.2"
ruby-version: "2.7.8"
bundler-cache: true
- name: Deploy library release
run: bundle exec fastlane deploy verbose:true type:${{ env.RELEASE_TYPE }} no_dry_run:true

0 comments on commit a03f68a

Please sign in to comment.