From 2d53afe471b3db5a2191b9a41751c6c50c1cdf2e Mon Sep 17 00:00:00 2001 From: yushen Date: Wed, 25 Mar 2026 17:46:55 +0800 Subject: [PATCH] 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) --- .goreleaser.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index abb885ec..cae1c1b5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,10 +2,6 @@ version: 2 project_name: multica -before: - hooks: - - cd server && go mod tidy - builds: - id: multica main: ./cmd/multica