Fix deprecated set-output usage

This commit is contained in:
Reckless_Satoshi 2024-01-22 11:21:27 +00:00
parent bf505cace9
commit e49c861c5e
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -32,7 +32,7 @@ jobs:
if [ "$coordinatorV" = "$clientV" ] && [ "$coordinatorV" = "$tagV" ] && [ "$coordinatorV" = "$androidV" ]; then
echo "Versions match!"
echo '::set-output name=semver::'$semver
echo "semver=$semver" >> $GITHUB_OUTPUT #echo '::set-output name=semver::'$semver
else
echo "Versions do not match! You might have forgotten to update the version on a component."; exit $ERRCODE;
fi