mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 01:13:44 +02:00
fix(ci): disable automatic clawhub release workflow
This commit is contained in:
17
.github/workflows/plugin-clawhub-release.yml
vendored
17
.github/workflows/plugin-clawhub-release.yml
vendored
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user