We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e0b3e commit 262bd50Copy full SHA for 262bd50
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+version: 2
2
+
3
# Our Makefile will automatically add additional settings
4
# to this builds array (environment variables, flags, ...)
5
builds:
@@ -33,11 +35,11 @@ signs:
33
35
34
36
archives:
37
- name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
- format: binary
-
38
+ formats: ["binary"]
39
40
- id: tar-gz-archives
41
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
- format: tar.gz
42
+ formats: ["tar.gz"]
43
44
release:
45
draft: true
0 commit comments