ci: clean
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline failed Details

This commit is contained in:
abs3nt 2023-03-04 16:20:48 -08:00
parent 23f85fa1ac
commit cc05ab7042
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@ pipeline:
publish:
image: goreleaser/goreleaser
commands:
- goreleaser release
- goreleaser release --clean
secrets: [ gitea_token ]
when:
event: tag
publish_aur:
image: goreleaser/goreleaser
commands:
- goreleaser release --config .goreleaseraur.yaml
- goreleaser release --config .goreleaseraur.yaml --clean
secrets: [ gitea_token ]
when:
event: tag