Skip to content

Commit 5671c3a

Browse files
authored
fix .goreleaser.yml (#837)
1 parent 53e0571 commit 5671c3a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.goreleaser.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ builds:
88
- amd64
99
env:
1010
- CGO_ENABLED=0
11-
archive:
12-
format: tar.gz
13-
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
14-
.Arm }}{{ end }}'
15-
files:
16-
- LICENSE*
17-
- README*
18-
- CHANGELOG*
19-
- Documentation*
11+
archives:
12+
-
13+
format: tar.gz
14+
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
15+
.Arm }}{{ end }}'
16+
files:
17+
- LICENSE*
18+
- README*
19+
- CHANGELOG*
20+
- Documentation*
2021
snapshot:
2122
name_template: SNAPSHOT-{{ .Commit }}

0 commit comments

Comments
 (0)