diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-09-03 16:11:34 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-09-03 16:11:34 +0900 |
commit | 452eb24b1566f3fd8319e9eeb0ece6758eace08d (patch) | |
tree | dc630f2b7036488e72b82884c2770ebba2a6b02b | |
parent | 1b8fb4860bebe077bdf24bfb1b0218fba959446e (diff) |
Added missing client_payload for ruby-build
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e335c96514..4880638037 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | |