Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed May 22, 2023
1 parent 957be69 commit a587e28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ changelog:
sort: asc

nfpms:
- maintainer: Home Assistant <[email protected]>
- maintainer: JetHome <[email protected]>
description: Home Assistant OS Agent
homepage: https://www.home-assistant.io
license: Apache 2.0
Expand All @@ -56,4 +56,8 @@ nfpms:
preremove: contrib/debian/preremove.sh
postremove: contrib/debian/postremove.sh

signs:
- artifacts: checksum
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]

release:

0 comments on commit a587e28

Please sign in to comment.