Skip to content

Commit 7cd77b2

Browse files
committed
Update nightly build script variable initialization
1 parent 14a308b commit 7cd77b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/GitFlow_Nightly-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
Write-Host "Checking for new changes since last release" -ForegroundColor Cyan
4545
Write-Host "========================================" -ForegroundColor Cyan
4646
47-
# Initialize RELEASE_TYPE with a default value to handle edge cases
48-
$RELEASE_TYPE = "preminor"
47+
# Initialize BUILD_NEEDED with default value
48+
$BUILD_NEEDED = $false
4949
5050
# Get the latest release tag to determine release type
5151
$LATEST_TAG = git tag -l --sort=-version:refname | Select-Object -First 1

0 commit comments

Comments
 (0)