From 07baea07c9238d8fe9c336b69c9815a0ee4d28d3 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Sun, 17 Mar 2024 15:02:43 +0000 Subject: [PATCH] Fix check versions action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fcd0c6b..16c823d3 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 "semver=$semver" >> $GITHUB_OUTPUT #echo '::set-output name=semver::'$semver + 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