Skip to content

Commit b17a048

Browse files
committed
Update build-windows.yml
1 parent 4d5e08d commit b17a048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
$VERSION = npx semantic-release --dry-run | Select-String -Pattern "The next release version is" | ForEach-Object { $_.ToString() -replace '.*The next release version is ([0-9.]+).*', '$1' }
5555
Write-Host "Version: $VERSION"
56-
Set-Content -Path ./version -Value "# current version of millennium`n$VERSION"
56+
Set-Content -Path ./version -Value "# current version of millennium`nv$VERSION"
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959

0 commit comments

Comments
 (0)