v0.7.6
Some checks failed
ci/woodpecker/push/publish-docs Pipeline was successful
ci/woodpecker/tag/gitea Pipeline failed
ci/woodpecker/tag/publish-docs Pipeline was successful

This commit is contained in:
2025-02-14 14:18:02 -06:00
parent a328239021
commit c642e827f5
5 changed files with 18 additions and 4 deletions

View File

@ -1,12 +1,17 @@
name: goreleaser release
steps:
release:
image: goreleaser/goreleaser
golang:
image: golang:1.23
commands:
- go mod tidy
- go install github.com/goreleaser/goreleaser@latest
- goreleaser release -f .goreleaser/gitea.yml --release-notes=".changes/$(go run backy.go version -V).md"
secrets: [ gitea_token ]
when:
event: tag
# release:
# image: goreleaser/goreleaser
# commands:
when:
- event: tag