Turn on goreleaser debug logging
This will give us much more detailed information in the release job, so we can more easily debug issues when they occur.
This commit is contained in:
parent
d48b6a0535
commit
0fd73272ea
@ -385,13 +385,13 @@ jobs:
|
|||||||
- when:
|
- when:
|
||||||
condition: << parameters.dry-run >>
|
condition: << parameters.dry-run >>
|
||||||
steps:
|
steps:
|
||||||
- run: goreleaser release --rm-dist --snapshot
|
- run: goreleaser release --rm-dist --snapshot --debug
|
||||||
- run: ./scripts/generate-checksums.sh
|
- run: ./scripts/generate-checksums.sh
|
||||||
- when:
|
- when:
|
||||||
condition:
|
condition:
|
||||||
not: << parameters.dry-run >>
|
not: << parameters.dry-run >>
|
||||||
steps:
|
steps:
|
||||||
- run: goreleaser release --rm-dist
|
- run: goreleaser release --rm-dist --debug
|
||||||
- run: ./scripts/generate-checksums.sh
|
- run: ./scripts/generate-checksums.sh
|
||||||
- run: ./scripts/publish-checksums.sh
|
- run: ./scripts/publish-checksums.sh
|
||||||
|
|
||||||
|
@ -385,13 +385,13 @@ jobs:
|
|||||||
- when:
|
- when:
|
||||||
condition: << parameters.dry-run >>
|
condition: << parameters.dry-run >>
|
||||||
steps:
|
steps:
|
||||||
- run: goreleaser release --rm-dist --snapshot
|
- run: goreleaser release --rm-dist --snapshot --debug
|
||||||
- run: ./scripts/generate-checksums.sh
|
- run: ./scripts/generate-checksums.sh
|
||||||
- when:
|
- when:
|
||||||
condition:
|
condition:
|
||||||
not: << parameters.dry-run >>
|
not: << parameters.dry-run >>
|
||||||
steps:
|
steps:
|
||||||
- run: goreleaser release --rm-dist
|
- run: goreleaser release --rm-dist --debug
|
||||||
- run: ./scripts/generate-checksums.sh
|
- run: ./scripts/generate-checksums.sh
|
||||||
- run: ./scripts/publish-checksums.sh
|
- run: ./scripts/publish-checksums.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user