Skip to content

Commit

Permalink
$fileVersion = $fileVersion -replace '--', '-'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Feb 13, 2025
1 parent fe85c81 commit 071f94f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/Get-VersionInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $fullVersion = "$versionPrefix-$versionSuffix"

# Replace double dashes with a single dash
$fullVersion = $fullVersion -replace '--', '-'
$fileVersion = $fileVersion -replace '--', '-'

# Output the results for GitHub Actions
Write-Output "::set-output name=version::$fullVersion"
Expand Down

0 comments on commit 071f94f

Please sign in to comment.