Remove prerelease part of workflow (#971)

This commit is contained in:
Christopher Whitley
2025-01-10 12:48:06 -05:00
committed by GitHub
parent 4a738ebd04
commit b688d56e81
2 changed files with 2 additions and 13 deletions
+1 -4
View File
@@ -7,10 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<MonoGameExtendedVersion>4.0.4</MonoGameExtendedVersion>
<IsPrerelease Condition="'$(IS_PRERELEASE)' != ''">-prerelease</IsPrerelease>
<BuildNumber Condition="'$(BUILD_NUMBER)' != ''">.$(BUILD_NUMBER)</BuildNumber>
<Version>$(MonoGameExtendedVersion)$(IsPrerelease)$(BuildNumber)</Version>
<Version>4.0.4</Version>
</PropertyGroup>
<PropertyGroup>