run-goreleaser 208 B

12345678910111213
  1. #!/bin/bash
  2. set -euo pipefail
  3. DRONE_TAG=${DRONE_TAG-""}
  4. is_snapshot=""
  5. if [ -z "$DRONE_TAG" ]; then
  6. is_snapshot="--snapshot"
  7. fi
  8. curl -fsL https://git.io/goreleaser | bash -s -- release --snapshot -p 3