We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9476ac9 commit 4c63706Copy full SHA for 4c63706
.github/workflows/release.yml
@@ -18,7 +18,8 @@ jobs:
18
fetch-depth: 0 # Fetch current tag as annotated. See https://github.com/actions/checkout/issues/290
19
- uses: ruby/setup-ruby@v1
20
with:
21
- ruby-version: 3.3
+ ruby-version: 3.4
22
+ bundler-cache: true
23
- name: Configure RubyGems Credentials
24
uses: rubygems/configure-rubygems-credentials@main
25
- name: Publish to RubyGems
0 commit comments