From f61eb20fb2a9098217e8dd0c9c8e70b502245d95 Mon Sep 17 00:00:00 2001 From: Gokdeniz Kaymak Date: Thu, 21 May 2026 15:29:11 +0200 Subject: [PATCH] fix: clawhub publish required field fix --- package.json | 3 +++ scripts/bump-openclaw.mjs | 1 + 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 9761710..669bb4f 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,9 @@ }, "openclaw": { "id": "apify-openclaw-plugin", + "build": { + "openclawVersion": "2026.5.19" + }, "compat": { "pluginApi": ">=1.0.0", "builtWithOpenClawVersion": "2026.5.19", diff --git a/scripts/bump-openclaw.mjs b/scripts/bump-openclaw.mjs index 9e46d75..26074f3 100644 --- a/scripts/bump-openclaw.mjs +++ b/scripts/bump-openclaw.mjs @@ -199,6 +199,7 @@ function applyBump(latest) { [ "pkg", "set", + `openclaw.build.openclawVersion=${latest}`, `openclaw.compat.builtWithOpenClawVersion=${latest}`, `openclaw.compat.pluginSdkVersion=${latest}`, ],