Skip to content

Commit

Permalink
fix(gha): goreleaser config (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeers authored Jun 13, 2024
1 parent 0235435 commit 1640896
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ oanc
.run/

# Local test folder
local-terraform-test/
local-terraform-test/
dist/
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -51,5 +54,3 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: false

0 comments on commit 1640896

Please sign in to comment.