spiegel/.woodpecker/release.yaml
Renovate bot 7fb56912c7
Some checks are pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending
Update golang Docker tag
2024-08-13 20:40:31 +00:00

11 lines
233 B
YAML

steps:
- name: Release
image: golang:1.23.0
commands:
- go install github.com/goreleaser/goreleaser@latest
- goreleaser release
secrets: [ gitea_token ]
when:
event: tag
repo: ada/spiegel
depends_on: []