Skip to content

Commit 1495c8a

Browse files
committed
Disable GPG signing in goreleaser until signing key is configured
The signs section had incomplete args (--local-user without a value) because GPG_FINGERPRINT was commented out while the rest was not.
1 parent 13515a7 commit 1495c8a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.goreleaser.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ checksum:
4242
# name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
4343
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
4444
algorithm: sha256
45-
signs:
46-
- artifacts: checksum
47-
args:
48-
# if you are using this in a GitHub action or some other automated pipeline, you
49-
# need to pass the batch flag to indicate its not interactive.
50-
- "--batch"
51-
- "--local-user"
45+
#signs:
46+
# - artifacts: checksum
47+
# args:
48+
# # if you are using this in a GitHub action or some other automated pipeline, you
49+
# # need to pass the batch flag to indicate its not interactive.
50+
# - "--batch"
51+
# - "--local-user"
5252
# - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
5353
# - "--output"
5454
# - "${signature}"

0 commit comments

Comments
 (0)