Skip to content

Commit

Permalink
Fix check versions action
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Mar 17, 2024
1 parent dcfbd4d commit 07baea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07baea0

Please sign in to comment.