fix for CI scripts

This commit is contained in:
2023-02-18 22:48:15 -06:00
parent ee83586072
commit d893a2684e
3 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
export GORELEASER_CURRENT_TAG="$(go run backy.go version)"
git tag "$(go run backy.go version)"
git push all --tags
goreleaser release -f .goreleaser/gitea.yml --clean --release-notes=".changes/$(go run backy.go version)"
goreleaser release -f .goreleaser/gitea.yml --clean --release-notes=".changes/$(go run backy.go version).md"