Skip to content

Commit 4202967

Browse files
Removed hashed block in go releaser
1 parent a578a37 commit 4202967

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)