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

Compare commits

..

No commits in common. "29e68ae8fe4c3d25ff4924ea9eb66e20ddee4d5d" and "417b9be3f9eed26046e2695c9831421272beb2a5" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
6.0.x
- name: Git Semantic Version
id: versioning
uses: PaulHatch/semantic-version@v4.0.3
uses: PaulHatch/semantic-version@v5.4.0
with:
short_tags: false
format: "${major}.${minor}.${patch}-prerelease.${increment}"

View File

@ -25,10 +25,10 @@ jobs:
6.0.x
- name: Git Semantic Version
id: versioning
uses: PaulHatch/semantic-version@v4.0.3
uses: PaulHatch/semantic-version@v5.4.0
with:
short_tags: false
format: "${major}.${minor}.${patch}-prerelease.${increment}"
format: "${major}.${minor}.${patch}"
- name: Restore dependencies
run: dotnet restore
- name: Build