diff --git a/.goreleaser.yml b/.goreleaser.yml index e3681ddf4..da036881b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -42,7 +42,7 @@ release: replace_existing_artifacts: true mode: keep-existing make_latest: false - name_template: 'v{{.Tag}}' + name_template: '{{.Tag}}' target_commitish: "{{ .Branch }}" ## ----- DO NOT CHANGE ----- ##