Skip to content

Commit 5202498

Browse files
fix(goreleaser): use shell command for CLI module tidy hook
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c026e47 commit 5202498

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ before:
99
hooks:
1010
- go mod tidy
1111
- go mod verify
12-
- cmd: go mod tidy
13-
dir: ./cmd/forge
12+
- cd cmd/forge && go mod tidy
1413
- go generate ./...
1514

1615
builds:

0 commit comments

Comments
 (0)