Skip to content

Commit 82cc259

Browse files
committed
Fix Goreleaser
1 parent c8f8fa5 commit 82cc259

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ version: 2
22

33
project_name: opcodeoracle
44

5-
before:
6-
hooks:
7-
- go mod tidy
8-
95
builds:
106
- id: opcodeoracle
7+
hooks:
8+
pre:
9+
- cmd: go mod tidy
10+
dir: src
1111
dir: src
1212
main: ./cmd/opcodeoracle
1313
binary: opcodeoracle

0 commit comments

Comments
 (0)