fix(ci): disable automatic clawhub release workflow

This commit is contained in:
Vincent Koc
2026-04-04 00:20:17 +09:00
parent a592cd67cb
commit f71ef47288
3 changed files with 2 additions and 19 deletions

View File

@@ -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:

View File

@@ -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": {

View File

@@ -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": {