community/vendor/github.com/client9/misspell/scripts/goreleaser.sh

4 lines
107 B
Bash
Executable File

#!/bin/sh -e
# autorelease based on tag
test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash