Commit 3b5bdba 1 parent b12d56c commit 3b5bdba Copy full SHA for 3b5bdba
File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -37,18 +37,18 @@ archives:
37
37
checksum :
38
38
name_template : ' {{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
39
39
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}"
52
52
release :
53
53
# If you want to manually examine the release before its live, uncomment this line:
54
54
# draft: true
You can’t perform that action at this time.
0 commit comments