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

Commit ea90b9d

Browse files
committed
Revert "goreleaser: switch gon to hook"
This reverts commit 0941ab7.
1 parent 80a62a3 commit ea90b9d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.goreleaser.yml

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

2018
archives:
2119
- id: macos-zip
@@ -25,6 +23,15 @@ archives:
2523
darwin: macos
2624
amd64: x86_64
2725

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

0 commit comments

Comments
 (0)