update CI configs

This commit is contained in:
2023-07-01 22:10:19 -05:00
parent 904a579994
commit 62942540b5
2 changed files with 3 additions and 3 deletions

View File

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