Skip to content

Commit

Permalink
Bun v1.1.36 [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Nov 19, 2024
1 parent 46c750f commit ededc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/ci.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ async function main() {

console.log("Checking if build is a named release...");
let buildRelease;
if (/^(1|true|on|yes)$/i.test(getEnv("RELEASE"))) {
if (/^(1|true|on|yes)$/i.test(getEnv("RELEASE", false))) {
console.log(" - Yes, because RELEASE environment variable is set");
buildRelease = true;
} else {
Expand Down

0 comments on commit ededc16

Please sign in to comment.