mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 17:03:46 +00:00
fix: goreleaser generated checksum filename
This commit is contained in:
parent
1669243c43
commit
275d380a65
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ checksum:
|
||||||
mev-commit-geth_
|
mev-commit-geth_
|
||||||
{{- if .IsSnapshot }}{{ .ShortCommit }}
|
{{- if .IsSnapshot }}{{ .ShortCommit }}
|
||||||
{{- else }}{{ .Version }}
|
{{- else }}{{ .Version }}
|
||||||
{{ end }}
|
{{- end -}}
|
||||||
_checksums.txt
|
_checksums.txt
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue