Skip to content

Commit

Permalink
Revert unintended goreleaser change
Browse files Browse the repository at this point in the history
  • Loading branch information
luskaner committed Nov 4, 2024
1 parent 30f1f67 commit d79524e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -657,5 +657,5 @@ checksum:
name_template: '{{ .ProjectName }}_{{ .RawVersion }}_checksums.txt'
signs:
- artifacts: checksum
cmd: gpg
cmd: gpg2
args: [ "--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}" ]

0 comments on commit d79524e

Please sign in to comment.