ci: Debug goreleaser

This commit is contained in:
Geoff Bourne 2020-12-25 17:16:51 -06:00
parent 8947523825
commit d8733f46a5

View File

@ -38,6 +38,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --rm-dist
args: release --debug --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}