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 18, 2023
1 parent cedd66e commit b4fd9af
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 @@ -29,7 +29,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 @@ -54,4 +54,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 b4fd9af

Please sign in to comment.