diff --git a/.travis.yml b/.travis.yml index ba87f47..57f786f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,6 @@ script: after_success: - bash <(curl -s https://codecov.io/bash) - rm coverage.text -- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash deploy: - provider: script @@ -44,4 +43,4 @@ deploy: script: curl -sL https://git.io/goreleaser | bash on: tags: true - condition: $RELEASE = true \ No newline at end of file + condition: $RELEASE = true diff --git a/goreleaser.yml b/goreleaser.yml index 46f6147..18a9749 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -8,8 +8,9 @@ build: goarch: - amd64 -archive: - files: - - LICENSE - - README.md +archives: + - id: main + files: + - LICENSE + - README.md