mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-26 00:21:59 +00:00
fix(ci): preserve workspace openclaw plugin links
This commit is contained in:
@@ -4,7 +4,6 @@ import { join, resolve } from "node:path";
|
||||
type PackageJson = {
|
||||
name?: string;
|
||||
version?: string;
|
||||
devDependencies?: Record<string, string>;
|
||||
};
|
||||
|
||||
function ensureChangelogEntry(changelogPath: string, version: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user