Skip to content

Commit 4b029c2

Browse files
authored
Update output variable for NuGet version formatting
1 parent f91c0a8 commit 4b029c2

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
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
nugetVersion="${{ steps.gitversion.outputs.NuGetVersion }}"
3939
nugetVersion="${nugetVersion//-/.}"
40-
echo "nugetVersion=$nugetVersion" >> $NUGET_VERSION
40+
echo "nugetVersion=$nugetVersion" >> $GITHUB_OUTPUT
4141
id: formatversion
4242

4343
- name: Display GitVersion outputs

0 commit comments

Comments
 (0)