fix for release

This commit is contained in:
Andrew 2023-02-18 22:49:05 -06:00
parent d893a2684e
commit a2a89011fe

View File

@ -1,5 +1,6 @@
#!/bin/bash
export GORELEASER_CURRENT_TAG="$(go run backy.go version)"
git tag "$(go run backy.go version)"
git push all
git push all --tags
goreleaser release -f .goreleaser/gitea.yml --clean --release-notes=".changes/$(go run backy.go version).md"