[Fix] CI/CD

This commit is contained in:
Patryk Rzucidlo (PTKDev)
2023-02-11 02:06:49 +01:00
parent ef329158d1
commit 483d9d0ba6
6 changed files with 7 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ const version = pkg.version.split(".");
let next_version, patch;
const argv: any = yargs(process.argv.slice(2)).argv;
console.log(argv.cmd);
switch (argv.cmd) {
case "nightly":