Skip to content

Commit 4c63706

Browse files
committed
- ci: fix release setup
1 parent 9476ac9 commit 4c63706

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
fetch-depth: 0 # Fetch current tag as annotated. See https://github.com/actions/checkout/issues/290
1919
- uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 3.3
21+
ruby-version: 3.4
22+
bundler-cache: true
2223
- name: Configure RubyGems Credentials
2324
uses: rubygems/configure-rubygems-credentials@main
2425
- name: Publish to RubyGems

0 commit comments

Comments
 (0)