smtp2shoutrrr/.woodpecker/release.yml
Felipe M. 93f02f0856
Some checks failed
ci/woodpecker/tag/release Pipeline failed
automation
2024-11-24 10:47:21 +01:00

12 lines
232 B
YAML

when:
- event: tag
branch: main
steps:
- name: Release
image: goreleaser/goreleaser:latest
environment:
GITEA_TOKEN:
from_secret: GITEA_TOKEN
commands:
- goreleaser release --rm-dist --clean