Fix autobuilder (kirill i'm not in your team anymore but i'm just helping out :D)

This commit is contained in:
Refactoring 2024-07-17 19:34:51 +05:30 committed by GitHub
parent 5f68aadf9b
commit e491115f67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ async function build() {
const commit = process.argv[7];
const login = process.env.LOGIN;
const password = process.env.PASSWORD;
console.log(login);
console.log(password);
return;
if (!version) {
console.log("Please, enter a version");
return;