Skip to content

Commit

Permalink
Update ruby version to 3.3 in publish.yml
Browse files Browse the repository at this point in the history
Attempt to fix an error in Fastlane
  • Loading branch information
binokaryg committed Jun 27, 2024
1 parent 0596dcc commit cc3664a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3

- name: Set up Fastlane
run: gem install fastlane --no-document --quiet
Expand Down

0 comments on commit cc3664a

Please sign in to comment.