Skip to content

Commit c226c78

Browse files
authored
Attempt to fix ecctl release (#537)
1 parent ed808fe commit c226c78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ builds:
2525
goarch: 386
2626
ldflags: -s -w -X main.version={{.Env.VERSION }} -X main.commit={{.Commit}} -X main.owner={{.Env.OWNER}} -X main.repo={{.Env.REPO}} -X main.built={{.Env.BUILT}}
2727
binary: ecctl
28-
lang: go
2928
archives:
3029
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm}}v{{ .Arm }}{{ end }}'
3130
format: tar.gz

0 commit comments

Comments
 (0)