Commit 132f2ed
fix(release): goreleaser v2 expects 'checksum' (singular) for sign artifacts (#19)
The first v0.2.0 tag failed with:
invalid list of artifacts to sign: checksums
GoReleaser v2's schema enum is 'checksum' — the plural form was a v1
holdover that v2 explicitly rejects. Same Sigstore cosign keyless flow,
just the YAML key fixed.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6b73802 commit 132f2ed
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
0 commit comments