ci: add clean arg to goreleaser
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline failed Details

This commit is contained in:
abs3nt 2023-03-05 15:13:10 -08:00
parent 9a0cd91fcd
commit c930490f34
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ pipeline:
- ./gospt completion fish > completions/gospt_fish
publish:
image: goreleaser/goreleaser
image: goreleaser/goreleaser --clean
commands:
- goreleaser release --clean
secrets: [ gitea_token ]