We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aac20e commit 29e68aeCopy full SHA for 29e68ae
1 file changed
.github/workflows/release.yml
@@ -25,10 +25,10 @@ jobs:
25
6.0.x
26
- name: Git Semantic Version
27
id: versioning
28
- uses: PaulHatch/semantic-version@v5.4.0
+ uses: PaulHatch/semantic-version@v4.0.3
29
with:
30
short_tags: false
31
- format: "${major}.${minor}.${patch}"
+ format: "${major}.${minor}.${patch}-prerelease.${increment}"
32
- name: Restore dependencies
33
run: dotnet restore
34
- name: Build
0 commit comments