Skip to content

Commit 62c95ae

Browse files
committed
minor fix
Signed-off-by: kaizhe <[email protected]>
1 parent 8ed82f9 commit 62c95ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eux
44

55
export GO111MODULE=on
66

7-
RELEASE=$(cat version)
7+
RELEASE="v$(cat version)"
88

99
$GOPATH/bin/goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*") || true
1010

0 commit comments

Comments
 (0)