Skip to content

Commit 73a2dac

Browse files
authored
Update build-and-publish.yml (#469)
1 parent b9884cb commit 73a2dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
shell: pwsh
3939
run: |
4040
$doc = [XML](Get-Content 'Source\Directory.Build.props')
41-
echo "version=$($doc.Project.PropertyGroup.Version)" >> $GITHUB_OUTPUT
41+
echo "version=$($doc.Project.PropertyGroup.Version)" >> $Env:GITHUB_OUTPUT
4242
- name: Install dependencies
4343
run: dotnet restore ReactiveProperty.sln
4444
- name: Build

0 commit comments

Comments
 (0)