chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-17 05:28:35 +00:00
parent e5c8c1b094
commit a529830180
29 changed files with 923 additions and 89 deletions
@@ -42,7 +42,8 @@ jobs:
if (parts[0] === EXTENSIONS_DIR && parts.length >= 2) {
const extName = parts[1];
// Skip the external-assets directory — it's not a canvas extension
if (extName !== EXTERNAL_ASSETS_DIR) {
// Also skip external.json and other files at extensions root level
if (extName !== EXTERNAL_ASSETS_DIR && !extName.includes('.')) {
changedExtDirs.add(path.join(EXTENSIONS_DIR, extName));
}
}