smtp2shoutrrr/.woodpecker/release.yml
Felipe M. 84bc7bb997
Some checks failed
ci/woodpecker/tag/release Pipeline failed
automation
2024-11-24 11:05:23 +01:00

15 lines
334 B
YAML

when:
- event: tag
branch: main
steps:
- name: Release
image: goreleaser/goreleaser:latest
environment:
GITEA_TOKEN:
from_secret: GITEA_TOKEN
DOCKER_HOST: unix:///var/run/docker.sock
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
commands:
- goreleaser release --clean