We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4773e0d commit c0adbadCopy full SHA for c0adbad
1 file changed
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: PaulHatch/semantic-version@v4.0.3
29
with:
30
short_tags: false
31
- format: "${major}.${minor}.${patch}-prerelease.${increment}"
+ format: "${major}.${minor}.${patch}"
32
- name: Restore dependencies
33
run: dotnet restore
34
- name: Build
0 commit comments