Skip to content

Commit

Permalink
chore(goreleaser): fix format of checksum file
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter Gregory <[email protected]>
  • Loading branch information
huntergregory committed Nov 12, 2024
1 parent 106bf1d commit 8a8d312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/policy-assistant/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ archives:
- README*
- CHANGELOG*
checksum:
name_template: "policy_assistant_{{ .RawVersion }}_checksums.txt"
name_template: "policy-assistant_v{{ .Version }}_checksums.txt"
algorithm: sha256

0 comments on commit 8a8d312

Please sign in to comment.