Skip to content

Commit

Permalink
remove pre vom versioning of prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDrift-user authored Jul 16, 2024
1 parent 30bea93 commit 2a38857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
$version = ''
Get-Content ./winutil.ps1 -TotalCount 30 | ForEach-Object {
if ($_ -match 'Version\s*:\s*(\d{2}\.\d{2}\.\d{2})') {
$version = "pre"+$matches[1]
$version = $matches[1]
echo "version=$version" >> $GITHUB_ENV
echo "::set-output name=version::$version"
break
Expand Down

0 comments on commit 2a38857

Please sign in to comment.