mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(release): provide prerelease plugin companions to package QA (#120107)
This commit is contained in:
@@ -29,6 +29,10 @@ function githubOutputs(plan) {
|
||||
`needs_functional_image=${boolOutput(needs.functionalImage)}`,
|
||||
`needs_live_image=${boolOutput(needs.liveImage)}`,
|
||||
`needs_package=${boolOutput(needs.package)}`,
|
||||
`needs_prepublish_plugin_registry=${boolOutput(needs.prepublishPluginRegistry)}`,
|
||||
`required_prepublish_plugin_packages=${JSON.stringify(
|
||||
plan.requiredPrepublishPluginPackages ?? [],
|
||||
)}`,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user