Skip to content

Commit

Permalink
Fix go releaser hooks (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Apr 22, 2024
1 parent 06e622c commit 439e591
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
- go mod tidy
#before:
# hooks:
# # this is just an example and not a requirement for provider building/publishing
# - go mod tidy

builds:
- env:
Expand Down Expand Up @@ -61,4 +61,4 @@ release:
target_commitish: "{{ .Branch }}"

changelog:
skip: true
skip: true

0 comments on commit 439e591

Please sign in to comment.