Skip to content

Commit fac4413

Browse files
authored
Update build.yml
1 parent d3f36e2 commit fac4413

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-
nugetVersion="${{ steps.gitversion.outputs.majorMinorPatch }}${{steps.gitversion.outputs.buildMetaData}}"
38+
packageVersion="${{ steps.gitversion.outputs.majorMinorPatch }}.${{steps.gitversion.outputs.buildMetaData}}"
3939
echo "packageVersion=$packageVersion" >> $GITHUB_OUTPUT
4040
id: formatversion
4141

0 commit comments

Comments
 (0)