Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn authored and jethome-bot committed Mar 1, 2025
1 parent 59a514b commit c3086a4
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 @@ -33,7 +33,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 Down Expand Up @@ -62,4 +62,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 c3086a4

Please sign in to comment.