Skip to content

Commit 5aac20e

Browse files
authored
Update ci.yml
1 parent d1e71ef commit 5aac20e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626
6.0.x
2727
- name: Git Semantic Version
2828
id: versioning
29-
uses: PaulHatch/semantic-version@v5.4.0
29+
uses: PaulHatch/semantic-version@v4.0.3
3030
with:
31-
tag_prefix: "v"
32-
version_from_branch: false
33-
version_format: "${major}.${minor}.${patch}-prerelease.${increment}"
34-
debug: true
31+
short_tags: false
32+
format: "${major}.${minor}.${patch}-prerelease.${increment}"
3533
- name: Restore dependencies
3634
run: dotnet restore
3735
- name: Build

0 commit comments

Comments
 (0)