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

Commit

Permalink
Revert "goreleaser: switch gon to hook"
Browse files Browse the repository at this point in the history
This reverts commit 0941ab7.
  • Loading branch information
mitchellh committed Mar 30, 2022
1 parent 80a62a3 commit ea90b9d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ builds:
goarch:
- amd64
dir: ./cmd/gon/
hooks:
post: gon .gon.hcl

archives:
- id: macos-zip
Expand All @@ -25,6 +23,15 @@ archives:
darwin: macos
amd64: x86_64

signs:
- signature: "${artifact}_macos.dmg"
ids:
- macos
cmd: gon
args:
- .gon.hcl
artifacts: all

snapshot:
name_template: "{{ .Tag }}-next"

Expand Down

0 comments on commit ea90b9d

Please sign in to comment.