fix(ci): fix build step output path conflict
ci / vet, staticcheck, test, build (push) Successful in 2m47s

go build ./cmd/... tried to write a binary named "cmd" which conflicts
with the source directory of the same name; pass -o /dev/null so the
build step only verifies compilation without writing output.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-07 00:18:04 +02:00
parent f0723e706a
commit c92164eb37
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# releaser
![release](https://img.shields.io/badge/release-v0.4.0-blue.svg)
![release](https://img.shields.io/badge/release-v0.4.1-blue.svg)
A CI-friendly release automation tool for GitFlow workflows using Conventional Commits.