mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Added missing client_payload for ruby-build
This commit is contained in:
parent
1b8fb4860b
commit
452eb24b15
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
|||
-H "Accept: application/vnd.github+json" \
|
||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||
https://api.github.com/repos/rbenv/ruby-build/dispatches \
|
||||
-d '{"event_type": "update-ruby"}'
|
||||
-d '{"event_type": "update-ruby", "client_payload": {"ruby_version": "${{ env.RUBY_VERSION }}", "openssl_version": "3.0.14"}}'
|
||||
|
||||
- name: Update all-ruby definition
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue