Skip to content

Commit d07baea

Browse files
committed
fix(ci): remove GPG signing requirement from goreleaser
1 parent b324cc0 commit d07baea

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ builds:
2222

2323
archives:
2424
- formats: [tar.gz]
25-
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
25+
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
2626
files:
2727
- plugin.json
2828
- LICENSE
@@ -34,14 +34,3 @@ release:
3434
github:
3535
owner: GoCodeAlone
3636
name: workflow-plugin-payments
37-
38-
signs:
39-
- artifacts: checksum
40-
args:
41-
- "--batch"
42-
- "-u"
43-
- "{{ .Env.GPG_FINGERPRINT }}"
44-
- "--output"
45-
- "${signature}"
46-
- "--detach-sign"
47-
- "${artifact}"

0 commit comments

Comments
 (0)