Update dependencies; better logging and tracing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
go install github.com/goreleaser/goreleaser@v1.21.2
|
||||
go install github.com/goreleaser/goreleaser@v1.22.1
|
||||
|
||||
DRONE_TAG=${DRONE_TAG-""}
|
||||
|
||||
@@ -12,4 +12,4 @@ if [ -z "$DRONE_TAG" ]; then
|
||||
is_snapshot="--snapshot"
|
||||
fi
|
||||
|
||||
goreleaser release $is_snapshot -p 6 --skip-publish
|
||||
goreleaser release $is_snapshot -p 6 --skip=publish
|
||||
|
||||
Reference in New Issue
Block a user