1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 10:08:31 +00:00

Fixed prerelease version naming

This commit is contained in:
Darth Affe 2021-12-23 20:01:56 +01:00
parent 4c6313961b
commit abe9c2a600

View File

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