Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/GitFlow_Nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
Write-Host "Checking for new changes since last release" -ForegroundColor Cyan
Write-Host "========================================" -ForegroundColor Cyan

# Initialize RELEASE_TYPE with a default value to handle edge cases
$RELEASE_TYPE = "preminor"

# Get the latest release tag to determine release type
$LATEST_TAG = git tag -l --sort=-version:refname | Select-Object -First 1
Write-Host "`n[INFO] Latest release tag: $LATEST_TAG" -ForegroundColor Green
Expand Down