Skip to content

Commit

Permalink
fix(goreleaser): turn off goreleaser hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ergoz committed Jun 10, 2022
1 parent a0243df commit 743512f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
hooks: []
# You may remove this if you don't use go modules.
- go mod tidy
# - go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
# - go generate ./...

builds:
- main: ./cmd/namegen
Expand Down

0 comments on commit 743512f

Please sign in to comment.