1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Fixed wrong sorting of prerelease versions

As recommended in a NugetGallery issue about the same problem
This commit is contained in:
DarthAffe 2022-01-17 01:05:11 +01:00 committed by GitHub
parent 877129ab86
commit 61e5f78351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
uses: PaulHatch/semantic-version@v4.0.3
with:
short_tags: false
format: "${major}.${minor}.${patch}-prerelease${increment}"
format: "${major}.${minor}.${patch}-prerelease.${increment}"
- name: Restore dependencies
run: dotnet restore
- name: Build