Skip to content

Commit

Permalink
remove gpg sign from goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Eti Ijeoma <ijayeti@gmail.com>
  • Loading branch information
Aijeyomah committed Nov 3, 2024
1 parent 50afb47 commit 8b155f3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,3 @@ snapshot:
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256

signs:
- artifacts: checksum
args:
- "--batch"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"

0 comments on commit 8b155f3

Please sign in to comment.