Skip to content

Commit

Permalink
fix(build): ensure signature is properly generated (#562)
Browse files Browse the repository at this point in the history
Shame on me...
  • Loading branch information
jooola committed Oct 16, 2023
1 parent 4119585 commit 77b313c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ signs:
- --local-user=github-bot@hetzner-cloud.de
- --pinentry-mode=loopback
- --output=${signature}
- --detach-sign=${artifact}
- --detach-sign
- ${artifact}

archives:
- id: hcloud-archive
Expand Down

0 comments on commit 77b313c

Please sign in to comment.