diff --git a/.github/goreleaser.yml b/.github/goreleaser.yml index 671112ff..e4a343f8 100644 --- a/.github/goreleaser.yml +++ b/.github/goreleaser.yml @@ -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: @@ -61,4 +61,4 @@ release: target_commitish: "{{ .Branch }}" changelog: - skip: true \ No newline at end of file + skip: true