golang.org/x/mod/zip is a library, not a CLI tool. Use git archive
with --prefix to create the module zip in the format Gitea expects.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Publishes the module to Gitea Package Registry on tag push (v*).
Runs vet and tests before publishing to prevent broken releases.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>