mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
Update ci.yml
This commit is contained in:
parent
d1e71ef827
commit
5aac20e982
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -26,12 +26,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:
|
||||
tag_prefix: "v"
|
||||
version_from_branch: false
|
||||
version_format: "${major}.${minor}.${patch}-prerelease.${increment}"
|
||||
debug: true
|
||||
short_tags: false
|
||||
format: "${major}.${minor}.${patch}-prerelease.${increment}"
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user