new commit because fuck you that's why
All checks were successful
Build and Push Version Check Action / build (push) Successful in 1m1s

This commit is contained in:
Emmaline Autumn 2025-05-06 22:19:49 -06:00
parent 0c32b6a51e
commit 2784acadb1

View File

@ -7,6 +7,7 @@ if (!version) {
}
const branch = Deno.env.get("GITHUB_REF")?.replace("refs/heads/", "") ?? "";
console.log(`Branch: ${branch}`);
if (branch.startsWith("prerelease-")) {
const suffix = branch.replace("prerelease-", "");
const base = version.split("-")[0];