Skip to content

Commit 3b5bdba

Browse files
feat: comment the sign part in .goreleaser.yml
1 parent b12d56c commit 3b5bdba

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.goreleaser.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ archives:
3737
checksum:
3838
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
3939
algorithm: sha256
40-
signs:
41-
- artifacts: checksum
42-
args:
43-
# if you are using this in a GitHub action or some other automated pipeline, you
44-
# need to pass the batch flag to indicate its not interactive.
45-
- "--batch"
46-
- "--local-user"
47-
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
48-
- "--output"
49-
- "${signature}"
50-
- "--detach-sign"
51-
- "${artifact}"
40+
# signs:
41+
# - artifacts: checksum
42+
# args:
43+
# # if you are using this in a GitHub action or some other automated pipeline, you
44+
# # need to pass the batch flag to indicate its not interactive.
45+
# - "--batch"
46+
# - "--local-user"
47+
# - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
48+
# - "--output"
49+
# - "${signature}"
50+
# - "--detach-sign"
51+
# - "${artifact}"
5252
release:
5353
# If you want to manually examine the release before its live, uncomment this line:
5454
# draft: true

0 commit comments

Comments
 (0)