From b3bdd6d0a9adec3f0b377f658a28fbfe81f27145 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Tue, 8 Nov 2022 15:05:03 +0100 Subject: [PATCH] fix --- publish.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/publish.js b/publish.js index 46fd70a..7ff12aa 100644 --- a/publish.js +++ b/publish.js @@ -37,6 +37,8 @@ if (tag.length < 1) { process.exit(0); } +console.log("starting with: apiLink->"+apiLink+" | repo->"+repo+" | branch->"+branch+" | tag->"+tag+" | message->"+message); + uploadDir = jpath(process.cwd(), uploadDir); let uploadContent = fs.readdirSync(uploadDir, { withFileTypes: true });