Skip to content

Commit 4e91375

Browse files
committed
Update release name in openhab.yml
Signed-off-by: Christoph Hofmann <[email protected]>
1 parent 96494e6 commit 4e91375

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/openhab.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555
5656
$IS_BETA_RELEASE = '${{ inputs.IsBetaRelease }}'
5757
if ($IS_BETA_RELEASE -eq 'true') {
58+
Write-Host "Set release name to Beta:$CURRENTDATE.${{github.run_number}}"
5859
Write-Host "RELEASE_NAME=Beta:$CURRENTDATE.${{github.run_number}}" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
5960
} else {
61+
Write-Host "Set release name to $CURRENTDATE"
6062
Write-Host "RELEASE_NAME=$CURRENTDATE" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
6163
}
6264

0 commit comments

Comments
 (0)