Skip to content

Commit fc879bb

Browse files
Commenting out release signing
1 parent 9b69310 commit fc879bb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.goreleaser.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ archives:
3535
checksum:
3636
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
3737
algorithm: sha256
38-
signs:
39-
- artifacts: checksum
40-
args:
41-
# if you are using this is a GitHub action or some other automated pipeline, you
42-
# need to pass the batch flag to indicate its not interactive.
43-
- "--batch"
44-
- "--local-user"
45-
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
46-
- "--output"
47-
- "${signature}"
48-
- "--detach-sign"
49-
- "${artifact}"
38+
# signs:
39+
# - artifacts: checksum
40+
# args:
41+
# # if you are using this is a GitHub action or some other automated pipeline, you
42+
# # need to pass the batch flag to indicate its not interactive.
43+
# - "--batch"
44+
# - "--local-user"
45+
# - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
46+
# - "--output"
47+
# - "${signature}"
48+
# - "--detach-sign"
49+
# - "${artifact}"
5050
release:
5151
# Visit your project's GitHub Releases page to publish this release.
5252
#draft: true

0 commit comments

Comments
 (0)