Skip to content

Commit 929cb8a

Browse files
NubleXclaude
andcommitted
Fix goreleaser before hook syntax (map not valid in v2)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b2148f1 commit 929cb8a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ project_name: idspoof
44

55
before:
66
hooks:
7-
- cmd: go mod tidy
8-
dir: idspoof
7+
- sh -c "cd idspoof && go mod tidy"
98

109
builds:
1110
- id: idspoof

0 commit comments

Comments
 (0)