diff --git a/.travis.yml b/.travis.yml index 3349b9e8..07a64084 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: deploy: - provider: script skip_cleanup: true - script: curl -sL https://git.io/goreleaser | bash + script: git checkout -- . && curl -sL https://git.io/goreleaser | bash on: tags: true condition: $TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.*