diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 807591d2..52fc3eb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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