Fix Goreleaser
Some checks failed
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Failing after 10s

This commit is contained in:
2025-01-12 19:40:43 -06:00
parent 4a1dc609c7
commit c90914351e

View File

@@ -7,9 +7,9 @@ gitea_urls:
before:
hooks:
# You may remove this if you don't use go modules.
- go mod download
#- go mod download
- go mod tidy
- go mod vendor
#- go mod vendor
# you may remove this if you don't need go generate
- go generate
builds: