Skip to content

Commit

Permalink
Release: use head ruby version.
Browse files Browse the repository at this point in the history
Previously, ruby 2.6 with latest rubygems was used to publish them gem.
Latest rubygems doesn't support ruby 2.6 anymore and all is needed to
upload is latest rubygems, so this is used.
  • Loading branch information
barakwei committed Dec 29, 2023
1 parent 39e30cf commit 14542df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
ruby-version: head
rubygems: latest

- name: Draft a new release
Expand Down

0 comments on commit 14542df

Please sign in to comment.