fix(release): remove before hook that fails in CI

GoReleaser hooks execute commands directly without a shell, so `cd`
(a shell builtin) fails. The hook is unnecessary since go.mod should
already be tidy.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
yushen 2026-03-25 17:46:55 +08:00
parent a5aedf5dfe
commit 2d53afe471

View file

@ -2,10 +2,6 @@ version: 2
project_name: multica
before:
hooks:
- cd server && go mod tidy
builds:
- id: multica
main: ./cmd/multica