diff --git a/publish.js b/publish.js index 7ff12aa..dd9eca9 100644 --- a/publish.js +++ b/publish.js @@ -12,7 +12,7 @@ let branch; let tag; let uploadDir; let message; - +console.log(process.argv); try { apiLink = process.argv[2]; if (typeof apiLink != "string" || apiLink.length < 5) throw new Error("Invalid apiLink!");