Skip to content

Commit d146a99

Browse files
authored
Use environment files
1 parent 3d0473d commit d146a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
_version="$(jq -r '.tools."${{ env.package_name }}".version' ./.config/dotnet-tools.json)"
2323
_version="${_version//'.'/'\.'}"
2424
_version="^${_version}\$"
25-
echo "::set-output name=version::${_version}"
25+
echo "version=${_version}" >> $GITHUB_OUTPUT
2626
2727
# Keep the last 13 versions as well as the version used by the project itself
2828
- uses: actions/[email protected]

0 commit comments

Comments
 (0)