We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9884cb commit 73a2dacCopy full SHA for 73a2dac
.github/workflows/build-and-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
shell: pwsh
39
run: |
40
$doc = [XML](Get-Content 'Source\Directory.Build.props')
41
- echo "version=$($doc.Project.PropertyGroup.Version)" >> $GITHUB_OUTPUT
+ echo "version=$($doc.Project.PropertyGroup.Version)" >> $Env:GITHUB_OUTPUT
42
- name: Install dependencies
43
run: dotnet restore ReactiveProperty.sln
44
- name: Build
0 commit comments