Skip to content

Commit 0408f29

Browse files
committed
Fix variable assignment in openhab.yml
Signed-off-by: Christoph Hofmann <[email protected]>
1 parent aede949 commit 0408f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openhab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
$CURRENTDATE = Get-Date -Format "yyyy.MM.dd"
5151
Write-Host "BUILD_NUMBER=$CURRENTDATE" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
5252
53-
$IS_BETA_RELEASE = '${{ inputs.IsBetaRelease }}''
53+
$IS_BETA_RELEASE = '${{ inputs.IsBetaRelease }}'
5454
if ($IS_BETA_RELEASE -eq 'true') {
5555
Write-Host "RELEASE_NAME=Beta:$CURRENTDATE.${{github.run_number}}" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
5656
} else {

0 commit comments

Comments
 (0)