File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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/delete-package-versions@v3.0.0
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Get version from tag
2121 id : tag_name
22- run : echo ::set-output name= current_version:: ${GITHUB_REF#refs/tags/v}
22+ run : echo " current_version= ${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
2323
2424 - name : Check out repository
2525 uses : actions/checkout@v3.1.0
You can’t perform that action at this time.
0 commit comments