File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,18 @@ archives:
35
35
checksum :
36
36
name_template : ' {{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
37
37
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}"
50
50
release :
51
51
# Visit your project's GitHub Releases page to publish this release.
52
52
# draft: true
You can’t perform that action at this time.
0 commit comments