Replace set-output with append to GITHUB_OUTPUT

This commit is contained in:
Phil Jay
2022-10-19 09:23:10 +11:00
parent e7c0a5aac2
commit ced1d4ac1d
2 changed files with 11 additions and 11 deletions

View File

@@ -61,5 +61,5 @@ fi
echo " The current normal version is ${current_version}"
echo "::set-output name=current-version::${current_version}"
echo "::set-output name=current-v-version::v${current_version}"
echo "CURRENT_VERSION=${current_version}" >> "${GITHUB_OUTPUT}"
echo "CURRENT_V_VERSION=v${current_version}" >> "${GITHUB_OUTPUT}"