update CI config
Some checks failed
ci/woodpecker/push/go-lint Pipeline failed
ci/woodpecker/tag/gitea Pipeline failed
ci/woodpecker/tag/go-lint Pipeline failed

This commit is contained in:
Andrew Woodlee 2024-11-19 23:22:00 -06:00
parent ea676fe0da
commit e43eecf383

View File

@ -1,6 +1,6 @@
steps:
release:
image: goreleaser/goreleaser:2
image: goreleaser/goreleaser
commands:
- goreleaser release -f .goreleaser/gitea.yml --release-notes=".changes/$(go run backy.go version -V).md"
secrets: [ gitea_token ]