tool/gen-github-release.rb required recent version of Ruby
This commit is contained in:
parent
dc50d3590f
commit
67cd95e68f
Notes:
git
2024-08-06 09:59:36 +00:00
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user