mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Replace set-output with append to GITHUB_OUTPUT
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user