Skip to content

v1.23.6

Choose a tag to compare

@github-actions github-actions released this 29 Jan 05:32
· 2091 commits to b55b7c30fe42831322ecd938baabba5517906414 since this release
fix(ci): add workflow_call trigger to release-binaries.yml

The release.yml workflow calls release-binaries.yml as a reusable
workflow, but it was missing the workflow_call trigger. This caused
"workflow file issue" errors when trying to call the workflow.