Skip to content

Commit f91c0a8

Browse files
authored
Update build.yml
1 parent ee9a77c commit f91c0a8

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 "##[set-output name=nugetVersion;]$nugetVersion"
40+
echo "nugetVersion=$nugetVersion" >> $NUGET_VERSION
4141
id: formatversion
4242

4343
- name: Display GitVersion outputs

0 commit comments

Comments
 (0)