Skip to content

Commit

Permalink
Merge branch 'main' into release-0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiexin Guo committed May 21, 2022
2 parents 54bacbd + ad784ee commit 33b7939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release/auto-release-darwin-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ while getopts "t:" opt; do
done

if [ "${tag}" == "invalid" ]; then
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"
exit 1
fi
echo "tag: ${tag}"
Expand Down

0 comments on commit 33b7939

Please sign in to comment.