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:
parent
877129ab86
commit
61e5f78351
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user