Added missing client_payload for ruby-build
This commit is contained in:
parent
1b8fb4860b
commit
452eb24b15
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…
x
Reference in New Issue
Block a user