Skip to content

Commit

Permalink
Update build-and-publish.yml (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
runceel authored Dec 21, 2023
1 parent b9884cb commit 73a2dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: pwsh
run: |
$doc = [XML](Get-Content 'Source\Directory.Build.props')
echo "version=$($doc.Project.PropertyGroup.Version)" >> $GITHUB_OUTPUT
echo "version=$($doc.Project.PropertyGroup.Version)" >> $Env:GITHUB_OUTPUT
- name: Install dependencies
run: dotnet restore ReactiveProperty.sln
- name: Build
Expand Down

0 comments on commit 73a2dac

Please sign in to comment.