mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
Update release.yml
This commit is contained in:
parent
5aac20e982
commit
29e68ae8fe
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -25,10 +25,10 @@ jobs:
|
||||
6.0.x
|
||||
- name: Git Semantic Version
|
||||
id: versioning
|
||||
uses: PaulHatch/semantic-version@v5.4.0
|
||||
uses: PaulHatch/semantic-version@v4.0.3
|
||||
with:
|
||||
short_tags: false
|
||||
format: "${major}.${minor}.${patch}"
|
||||
format: "${major}.${minor}.${patch}-prerelease.${increment}"
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user