Skip to content

Commit

Permalink
chore: redirect to stderr for both message
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Mannocci <[email protected]>
  • Loading branch information
amannocci committed Mar 21, 2024
1 parent 61c4543 commit 3261b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/release/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ check_version() {
exit 1
fi
if [[ ! "${v}" =~ ^([0-9]+)\.([0-9]+)\.([0-9]+)$ ]]; then
echo "The environment variable 'RELEASE_VERSION' should respect SemVer format"
>&2 echo "The environment variable 'RELEASE_VERSION' should respect SemVer format"
exit 1
fi
}
Expand Down

0 comments on commit 3261b91

Please sign in to comment.