@@ -3,7 +3,7 @@ import { readFileSync, mkdirSync, writeFileSync, readdirSync } from "fs";
|
|||||||
|
|
||||||
const libName = process.env.PWD.split("/").slice(-1)[0];
|
const libName = process.env.PWD.split("/").slice(-1)[0];
|
||||||
const version = readFileSync("version", { encoding: "utf8" });
|
const version = readFileSync("version", { encoding: "utf8" });
|
||||||
const tarName = `${libName}-${version}.tgz`;
|
const tarName = `${libName}-${version}.tar`;
|
||||||
const repoBaseUrl = `${process.env.INPUT_REPO_URL}/${libName}/${version}`;
|
const repoBaseUrl = `${process.env.INPUT_REPO_URL}/${libName}/${version}`;
|
||||||
const packageJsonUrls = [];
|
const packageJsonUrls = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user