mirror of https://github.com/openclaw/openclaw.git
fix(ci): disable automatic clawhub release workflow
This commit is contained in:
parent
a592cd67cb
commit
f71ef47288
|
|
@ -1,23 +1,6 @@
|
|||
name: Plugin ClawHub Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- ".github/workflows/plugin-clawhub-release.yml"
|
||||
- ".github/actions/setup-node-env/**"
|
||||
- "extensions/**"
|
||||
- "package.json"
|
||||
- "pnpm-lock.yaml"
|
||||
- "packages/plugin-package-contract/src/index.ts"
|
||||
- "scripts/lib/npm-publish-plan.mjs"
|
||||
- "scripts/lib/plugin-npm-release.ts"
|
||||
- "scripts/lib/plugin-clawhub-release.ts"
|
||||
- "scripts/openclaw-npm-release-check.ts"
|
||||
- "scripts/plugin-clawhub-publish.sh"
|
||||
- "scripts/plugin-clawhub-release-check.ts"
|
||||
- "scripts/plugin-clawhub-release-plan.ts"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
publish_scope:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openclaw/discord",
|
||||
"version": "2026.4.1-beta.2",
|
||||
"version": "2026.4.1-beta.1",
|
||||
"description": "OpenClaw Discord channel plugin",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openclaw/zalo",
|
||||
"version": "2026.4.1-beta.2",
|
||||
"version": "2026.4.1-beta.1",
|
||||
"description": "OpenClaw Zalo channel plugin",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue