We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0473d commit d146a99Copy full SHA for d146a99
.github/workflows/cleanup.yml
@@ -22,7 +22,7 @@ jobs:
22
_version="$(jq -r '.tools."${{ env.package_name }}".version' ./.config/dotnet-tools.json)"
23
_version="${_version//'.'/'\.'}"
24
_version="^${_version}\$"
25
- echo "::set-output name=version::${_version}"
+ echo "version=${_version}" >> $GITHUB_OUTPUT
26
27
# Keep the last 13 versions as well as the version used by the project itself
28
- uses: actions/[email protected]
0 commit comments