test_7
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-05-18 10:42:29 -06:00
parent 266f2ee9da
commit 11b83eec69
+1
View File
@@ -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) => {