Skip to content

Commit fbff772

Browse files
authored
Fix typo in environment var declaration
1 parent a582425 commit fbff772

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
@@ -78,7 +78,7 @@ jobs:
7878
}
7979
8080
$COMMIT_NUMBER = @($(git rev-list --count origin/master..), $(git rev-list --count HEAD))[$IsPrerelease]
81-
echo "COMMIT_NUMBER=$COMMIT_NUMBER" >> $env:COMMIT_NUMBER
81+
echo "COMMIT_NUMBER=$COMMIT_NUMBER" >> $env:GITHUB_ENV
8282
8383
$GetFileVersionOutput = dotnet msbuild dotnet/Directory.Build.props /t:GetFileVersionForPackage
8484
"$GetFileVersionOutput" -match "(?<=FileVersion:)(.*)" > $null

0 commit comments

Comments
 (0)