Skip to content

Commit 29e68ae

Browse files
authored
Update release.yml
1 parent 5aac20e commit 29e68ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
6.0.x
2626
- name: Git Semantic Version
2727
id: versioning
28-
uses: PaulHatch/semantic-version@v5.4.0
28+
uses: PaulHatch/semantic-version@v4.0.3
2929
with:
3030
short_tags: false
31-
format: "${major}.${minor}.${patch}"
31+
format: "${major}.${minor}.${patch}-prerelease.${increment}"
3232
- name: Restore dependencies
3333
run: dotnet restore
3434
- name: Build

0 commit comments

Comments
 (0)