fix: upgrade ruby to fix the release process

Without this, package_cloud doesn't get installed due to an issue with the domain_name pacakge requiring Ruby 2.7.
This commit is contained in:
Jose Diaz-Gonzalez
2024-01-07 02:03:25 -05:00
parent 314521cbca
commit 9bc9f1f5ce

View File

@@ -25,7 +25,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7
- name: login to docker hub
uses: docker/login-action@v3