ci: enable debuging in goreleaser
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Preuss 2021-11-18 12:48:30 +01:00
parent b5b18dc4d6
commit 001765cc3b

View File

@ -86,7 +86,7 @@ steps:
commands:
- /bin/sh -c "echo $GITHUB_TOKEN | docker login ghcr.io -u xsteadfastx --password-stdin"
- docker ps -a
- goreleaser release --rm-dist
- goreleaser --debug release --rm-dist
depends_on:
- tags
- lint