Files
gowipe/.woodpecker/release.yaml

16 lines
266 B
YAML
Raw Normal View History

2025-11-25 22:15:08 +01:00
# build release
labels:
platform: linux/amd64
steps:
goreleaser:
image: goreleaser/goreleaser
when:
event: [tag]
environment:
GITEA_TOKEN:
from_secret: DEPLOY_TOKEN
commands:
- goreleaser release --clean --verbose