Skip to content

Commit

Permalink
Remove set-output from workflow (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
runceel authored Aug 11, 2023
1 parent 2d9e305 commit 9d4f78a
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 @@ -40,7 +40,7 @@ jobs:
shell: pwsh
run: |
$doc = [XML](Get-Content 'Source\Directory.Build.props')
echo "::set-output name=version::$($doc.Project.PropertyGroup.Version)"
echo "version=$($doc.Project.PropertyGroup.Version) >> $GITHUB_OUTPUT"
- name: Install dependencies
run: dotnet restore ReactiveProperty.sln
- name: Build
Expand Down

0 comments on commit 9d4f78a

Please sign in to comment.