test(release): repair release validation checks

This commit is contained in:
Peter Steinberger
2026-05-01 17:39:19 +01:00
parent d47055aa92
commit 53593f0683
8 changed files with 82 additions and 6 deletions

View File

@@ -161,6 +161,17 @@ if (mode === "setup-entry-channels") {
config.plugins = {
...config.plugins,
enabled: true,
entries: {
...config.plugins?.entries,
feishu: {
...config.plugins?.entries?.feishu,
enabled: true,
},
whatsapp: {
...config.plugins?.entries?.whatsapp,
enabled: true,
},
},
};
config.channels = {
...config.channels,