Skip to content

Commit 9ec4f2d

Browse files
authored
ci(goreleaser): only generate signature for checksums.txt (#1366)
If we only want to generate a `.sig` release artifact for `checksums.txt`, we need to set `artifact: checksum`. See https://goreleaser.com/customization/sign/
1 parent 25fbaf2 commit 9ec4f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ checksum:
125125
algorithm: sha256
126126

127127
signs:
128-
- artifacts: all
128+
- artifacts: checksums
129129
signature: ${artifact}.sig
130130
id: hcloud-sign
131131
args:

0 commit comments

Comments
 (0)