From 49131c07b9b9e8619efc067f7e682ed12d5c6be5 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 26 Nov 2024 13:17:15 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=F0=9F=9A=9C=F0=9F=91=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/tasks/publish-matrix.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/tasks/publish-matrix.ts b/www/tasks/publish-matrix.ts index c52a1d1..f1e3cb6 100644 --- a/www/tasks/publish-matrix.ts +++ b/www/tasks/publish-matrix.ts @@ -29,7 +29,6 @@ await main(function* () { // ergo we publish if (output.join("").trim() === "") { include.push({ - exists: true, workspace: pkgmeta.workspace, tagname, name: pkg.name, @@ -41,7 +40,10 @@ await main(function* () { let exists = include.length > 0; if (!exists) { - include.push({ exists: false }); + include.push({ + workspace: "nothing", + version: "0.0.0" + }); } let outputValue = [