Skip to content

Commit 22b1827

Browse files
fix(goreleaser): wrap CLI tidy hook in shell invocation
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5202498 commit 22b1827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before:
99
hooks:
1010
- go mod tidy
1111
- go mod verify
12-
- cd cmd/forge && go mod tidy
12+
- sh -c "cd cmd/forge && go mod tidy"
1313
- go generate ./...
1414

1515
builds:

0 commit comments

Comments
 (0)