tool/gen-github-release.rb required recent version of Ruby

This commit is contained in:
Hiroshi SHIBATA 2024-08-06 17:39:13 +09:00
parent dc50d3590f
commit 67cd95e68f
Notes: git 2024-08-06 09:59:36 +00:00

View File

@ -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