Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 0941ab7

Browse files
committed
goreleaser: switch gon to hook
1 parent 0d70537 commit 0941ab7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.goreleaser.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ builds:
1414
goarch:
1515
- amd64
1616
dir: ./cmd/gon/
17+
hooks:
18+
post: gon .gon.hcl
1719

1820
archives:
1921
- id: macos-zip
@@ -23,15 +25,6 @@ archives:
2325
darwin: macos
2426
amd64: x86_64
2527

26-
signs:
27-
- signature: "${artifact}_macos.dmg"
28-
ids:
29-
- macos
30-
cmd: gon
31-
args:
32-
- .gon.hcl
33-
artifacts: all
34-
3528
snapshot:
3629
name_template: "{{ .Tag }}-next"
3730

0 commit comments

Comments
 (0)