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 });