Skip to content

Commit ad784ee

Browse files
author
Tiexin Guo
committed
chore: change bag tag in the automated release script
1 parent 3813862 commit ad784ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/release/auto-release-darwin-arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ while getopts "t:" opt; do
1818
done
1919

2020
if [ "${tag}" == "invalid" ]; then
21-
echo "Maybe you forgot to use -t flag. E.g. sh auto-release-darwin-arm64.sh -t 0.6.0"
21+
echo "Maybe you forgot to use -t flag. E.g. sh auto-release-darwin-arm64.sh -t v0.6.0"
2222
exit 1
2323
fi
2424
echo "tag: ${tag}"

0 commit comments

Comments
 (0)