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