From ac6e2f29e4bd2796928072a0ed8f3b05e67c9316 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Sun, 26 Jul 2020 00:40:01 -0700 Subject: [PATCH] fix the repo name --- .goreleaser.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index c886e29e4..95b8c893a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,10 +2,17 @@ # Make sure to check the documentation at http://goreleaser.com project_name: console +release: + name_template: "Version {{.Version}}" + github: + owner: minio + name: console + before: hooks: # you may remove this if you don't use vgo - go mod tidy + builds: - goos: