From 2b9a859e7e944eee590d0d51b95fa13405d21790 Mon Sep 17 00:00:00 2001 From: Cowch Date: Sat, 12 Jul 2025 17:32:59 -0500 Subject: [PATCH] fix(build): minor change to the build system to trigger new tags --- scripts/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index ad1a8ac..8705804 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -21,7 +21,7 @@ if (Test-Path $envFile) { } if (-not $env:BUILD_NAME) { - Write-Warning "BUILD_NAME environment variable is not set. Cannot create BUILD_NUMBER file." + Write-Warning "BUILD_NAME environment variable is not set. Cannot create BUILD_NUMBER file" exit 1 }