Skip to content

Commit 1640896

Browse files
authored
fix(gha): goreleaser config (#523)
1 parent 0235435 commit 1640896

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ oanc
5151
.run/
5252

5353
# Local test folder
54-
local-terraform-test/
54+
local-terraform-test/
55+
dist/

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
4+
version: 2
5+
36
before:
47
hooks:
58
# this is just an example and not a requirement for provider building/publishing
@@ -51,5 +54,3 @@ release:
5154
# If you want to manually examine the release before its live, uncomment this line:
5255
# draft: true
5356
changelog:
54-
skip: false
55-

0 commit comments

Comments
 (0)