Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 21, 2024
1 parent 456d8be commit 5fe9167
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
before:
hooks:
- make generate

builds:
- id: darwin-amd64
main: ./cmd/flow
Expand Down Expand Up @@ -69,9 +73,7 @@ checksum:
snapshot:
name_template: "{{ .Tag }}"
changelog:
disable: true
readme:
disable: true
skip: true
release:
github:
owner: onflow
Expand Down

0 comments on commit 5fe9167

Please sign in to comment.