chore: remove redundant word in release.sh

Signed-off-by: pinglanlu <pinglanlu@outlook.com>
This commit is contained in:
pinglanlu 2024-11-11 18:44:01 +08:00
parent 91fe0c1b71
commit 1fddf94f8e

View file

@ -18,7 +18,7 @@ if [[ $1x = x ]]; then
else
TAG=$1
# If a tag is specified, ensure that that tag is present and checked out.
# If a tag is specified, ensure that tag is present and checked out.
if [[ $TAG != $(git describe) ]]; then
echo "tag $TAG not checked out"
exit 1