diff --git a/main.go b/main.go index db967af..424cb97 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ func ownerAndRepo(url string) (string, string) { // wraps the tag in some special characters to avoid colliding with random text func decoratedTag(tag string) string { - return fmt.Sprintf("-- %s --", tag) + return fmt.Sprintf("", tag) } func main() {