mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 02:46:28 +00:00
Fix deprecated set-output usage
This commit is contained in:
parent
bf505cace9
commit
e49c861c5e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user