Skip to content

Commit 18ec246

Browse files
authored
Change NuGet version formatting to include pre-release
1 parent 98fde6f commit 18ec246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Format NuGet version
3737
run: |
38-
packageVersion="${{ steps.gitversion.outputs.majorMinorPatch }}.${{steps.gitversion.outputs.buildMetaData}}"
38+
packageVersion="${{ steps.gitversion.outputs.majorMinorPatch }}.${{steps.gitversion.outputs.preReleaseNumber}}"
3939
echo "packageVersion=$packageVersion" >> $GITHUB_OUTPUT
4040
id: formatversion
4141

0 commit comments

Comments
 (0)