Skip to content

Commit 8c89e12

Browse files
fix: Remove go generate from goreleaser hooks
The go generate command was modifying data/crypto-database.json during release, causing a dirty git state error. The database is now pre-generated and committed to the repo.
1 parent ca92dcf commit 8c89e12

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ project_name: cryptodeps
88
before:
99
hooks:
1010
- go mod tidy
11-
- go generate ./...
1211

1312
builds:
1413
- id: cryptodeps

0 commit comments

Comments
 (0)