mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:30:42 +00:00
fix(plugins): follow beta channel for plugin updates
This commit is contained in:
@@ -848,6 +848,7 @@ async function updatePluginsAfterCoreUpdate(params: {
|
||||
const npmResult = await updateNpmInstalledPlugins({
|
||||
config: pluginConfig,
|
||||
timeoutMs: params.timeoutMs,
|
||||
updateChannel: params.channel,
|
||||
skipIds: new Set(syncResult.summary.switchedToNpm),
|
||||
skipDisabledPlugins: true,
|
||||
logger: pluginLogger,
|
||||
|
||||
Reference in New Issue
Block a user