summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-08-06 17:39:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-08-06 17:59:17 +0800
commit67cd95e68fbeb8db005c2dfbdbd5da979ea8a3b8 (patch)
tree25ceead309e48940abcf7904007bae91f7a13baf
parentdc50d3590ff00bdd3578f922e909e7f701243366 (diff)
tool/gen-github-release.rb required recent version of Ruby
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11312
-rw-r--r--.github/workflows/release.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cf2f1547c5..e335c96514 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -17,6 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: 3.3.4
+
- name: Store Ruby version
run: |
echo "RUBY_VERSION=${{ github.event.client_payload.version || github.event.inputs.version }}" >> $GITHUB_ENV