From 164089610c26cc6574183522c79201cef5363bfc Mon Sep 17 00:00:00 2001 From: cgeers Date: Thu, 13 Jun 2024 10:27:44 -0500 Subject: [PATCH] fix(gha): goreleaser config (#523) --- .gitignore | 3 ++- .goreleaser.yml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fe9239fb..e2ff9b06 100644 --- a/.gitignore +++ b/.gitignore @@ -51,4 +51,5 @@ oanc .run/ # Local test folder -local-terraform-test/ \ No newline at end of file +local-terraform-test/ +dist/ diff --git a/.goreleaser.yml b/.goreleaser.yml index 885fca90..6c686339 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,8 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. + +version: 2 + before: hooks: # this is just an example and not a requirement for provider building/publishing @@ -51,5 +54,3 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - skip: false -