Skip to content

Commit a3a2921

Browse files
committed
Fix GoReleaser config: add explicit IDs to sign configurations
1 parent 2de39b2 commit a3a2921

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ checksum:
3939
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
4040
algorithm: sha256
4141
signs:
42-
- artifacts: checksum
42+
- id: checksum
43+
artifacts: checksum
4344
args:
4445
# if you are using this is a GitHub action or some other automated pipeline, you
4546
# need to pass the batch flag to indicate its not interactive.
@@ -54,7 +55,8 @@ signs:
5455
- "${signature}"
5556
- "--detach-sign"
5657
- "${artifact}"
57-
- artifacts: archive
58+
- id: archive
59+
artifacts: archive
5860
args:
5961
- "--batch"
6062
- "--pinentry-mode"

0 commit comments

Comments
 (0)