CI: add ClawHub plugin release workflow (#59179)

* CI: add ClawHub plugin release workflow

* CI: harden ClawHub plugin release workflow

* CI: finish ClawHub plugin release hardening

* CI: watch shared ClawHub release inputs

* CI: harden ClawHub publish workflow

* CI: watch more ClawHub release deps

* CI: match shared release inputs by prefix

* CI: pin ClawHub publish source commit

* CI: refresh pinned ClawHub release commit

* CI: rename ClawHub plugin release environment

---------

Co-authored-by: Onur Solmaz <onur@solmaz.io>
This commit is contained in:
Onur
2026-04-03 15:40:07 +02:00
committed by GitHub
parent e0e5df25e6
commit fa9e1e3d8e
21 changed files with 1358 additions and 0 deletions

View File

@@ -42,10 +42,17 @@
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.1"
},
"compat": {
"pluginApi": ">=2026.4.1"
},
"build": {
"openclawVersion": "2026.4.1"
},
"bundle": {
"stageRuntimeDependencies": true
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}