diff --git a/.goreleaser.yml b/.goreleaser.yml index c9693881..1186d373 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,8 @@ +release: + github: + owner: gomods + name: athens + name_template: '{{.Tag}}' builds: - goos: diff --git a/.travis.yml b/.travis.yml index 85463cc8..b235b210 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,10 +46,9 @@ deploy: all_branches: true - provider: script skip_cleanup: true - script: curl -sL https://git.io/goreleaser | bash -s -- --snapshot + script: curl -sL https://git.io/goreleaser | bash on: repo: gomods/athens - branch: master - # tags: true + tags: true condition: $GORELEASER_ON = 1 condition: $GO111MODULE = on