We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a308b commit 7cd77b2Copy full SHA for 7cd77b2
.github/workflows/GitFlow_Nightly-builds.yml
@@ -44,8 +44,8 @@ jobs:
44
Write-Host "Checking for new changes since last release" -ForegroundColor Cyan
45
Write-Host "========================================" -ForegroundColor Cyan
46
47
- # Initialize RELEASE_TYPE with a default value to handle edge cases
48
- $RELEASE_TYPE = "preminor"
+ # Initialize BUILD_NEEDED with default value
+ $BUILD_NEEDED = $false
49
50
# Get the latest release tag to determine release type
51
$LATEST_TAG = git tag -l --sort=-version:refname | Select-Object -First 1
0 commit comments