set name template in goreleaser

This commit is contained in:
Grant Limberg
2023-09-06 16:36:14 -07:00
parent d1b3afdab4
commit 775e3da20e
+3 -1
View File
@@ -11,7 +11,7 @@ release:
owner: zerotier
name: ztchooks
draft: true
draft: false
replace_existing_draft: true
@@ -25,6 +25,8 @@ release:
mode: append
name_template: "{{.ProjectName}}-v{{.Version}} {{.Env.USER}}"
skip_upload: true
# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.