@@ -4,6 +4,7 @@ import { readFileSync, mkdirSync, writeFileSync, readdirSync } from "fs";
|
||||
const libName = process.env.PWD;
|
||||
const version = readFileSync("version", { encoding: "utf8" });
|
||||
const repoBaseUrl = `${process.env.INPUT_REPO_URL}/${libName}/${version}`;
|
||||
console.log(process.env.INPUT_REPO_URL, libName, version);
|
||||
const packageJsonUrls = [];
|
||||
|
||||
const sendFile = async (urlPath, data) => {
|
||||
|
||||
Reference in New Issue
Block a user