diff --git a/.goreleaser.yml b/.goreleaser.yml index 09d64de..64c8251 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,7 +6,7 @@ before: archive: name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" - wrap_in_directory: falsee + wrap_in_directory: clickhouse_exporter format: zip files: diff --git a/.travis.yml b/.travis.yml index 6cbfa0e..e79ccfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,6 @@ after_success: deploy: - provider: script skip_cleanup: true - env: - script: curl -sL https://git.io/goreleaser | bash on: tags: true