1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

fix: quit using a feature that isnt even launched yet

This commit is contained in:
Carlos Alexandro Becker 2018-01-19 01:19:04 -02:00
parent 8ec3ac898e
commit f5bc3c05d2
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -25,7 +25,6 @@ dockers:
- image: goreleaser/goreleaser
tag_templates:
- '{{ .Tag }}'
- 'v{{ .Major }}.{{ .Minor }}'
- 'latest'
archive:
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'