Private
Public Access
1
0
Files
data-api/scripts/run-goreleaser
Ask Bjørn Hansen 4d2ff44b18
All checks were successful
continuous-integration/drone/push Build is passing
Update dependencies; better logging and tracing
2023-11-21 12:15:19 -08:00

16 lines
240 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
go install github.com/goreleaser/goreleaser@v1.22.1
DRONE_TAG=${DRONE_TAG-""}
is_snapshot=""
if [ -z "$DRONE_TAG" ]; then
is_snapshot="--snapshot"
fi
goreleaser release $is_snapshot -p 6 --skip=publish