new commit because fuck you that's why
All checks were successful
Build and Push Version Check Action / build (push) Successful in 1m1s
All checks were successful
Build and Push Version Check Action / build (push) Successful in 1m1s
This commit is contained in:
parent
0c32b6a51e
commit
2784acadb1
@ -7,6 +7,7 @@ if (!version) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const branch = Deno.env.get("GITHUB_REF")?.replace("refs/heads/", "") ?? "";
|
const branch = Deno.env.get("GITHUB_REF")?.replace("refs/heads/", "") ?? "";
|
||||||
|
console.log(`Branch: ${branch}`);
|
||||||
if (branch.startsWith("prerelease-")) {
|
if (branch.startsWith("prerelease-")) {
|
||||||
const suffix = branch.replace("prerelease-", "");
|
const suffix = branch.replace("prerelease-", "");
|
||||||
const base = version.split("-")[0];
|
const base = version.split("-")[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user