We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54bacbd + ad784ee commit 33b7939Copy full SHA for 33b7939
hack/release/auto-release-darwin-arm64.sh
@@ -18,7 +18,7 @@ while getopts "t:" opt; do
18
done
19
20
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"
+ echo "Maybe you forgot to use -t flag. E.g. sh auto-release-darwin-arm64.sh -t v0.6.0"
22
exit 1
23
fi
24
echo "tag: ${tag}"
0 commit comments