Private
Public Access
1
0

Build tools
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-08 22:09:31 -07:00
parent a89579f072
commit aeac7f1a39
7 changed files with 177 additions and 115 deletions

13
scripts/run-goreleaser Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
set -euo pipefail
DRONE_TAG=${DRONE_TAG-""}
is_snapshot=""
if [ -z "$DRONE_TAG" ]; then
is_snapshot="--snapshot"
fi
goreleaser release $is_snapshot -p 6 --skip-publish