mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00: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
|
name: Plugin ClawHub Release
|
||||||
|
|
||||||
on:
|
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:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
publish_scope:
|
publish_scope:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@openclaw/discord",
|
"name": "@openclaw/discord",
|
||||||
"version": "2026.4.1-beta.2",
|
"version": "2026.4.1-beta.1",
|
||||||
"description": "OpenClaw Discord channel plugin",
|
"description": "OpenClaw Discord channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@openclaw/zalo",
|
"name": "@openclaw/zalo",
|
||||||
"version": "2026.4.1-beta.2",
|
"version": "2026.4.1-beta.1",
|
||||||
"description": "OpenClaw Zalo channel plugin",
|
"description": "OpenClaw Zalo channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user