Skip to content

Commit

Permalink
ci(goreleaser): simplifying signing process
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadBnei committed Mar 18, 2024
1 parent bc8c895 commit 503ffd1
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,10 @@ archives:
- goos: windows
format: zip

checksum:
name_template: "checksums.txt"
# checksum:
# name_template: "checksums.txt"
signs:
- artifacts: all
args:
[
"-u",
"[email protected]",
"--output",
"${signature}",
"--detach-sign",
"${artifact}",
]
- artifacts: checksum

dockers:
- use: docker
Expand Down

0 comments on commit 503ffd1

Please sign in to comment.