We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b324cc0 commit d07baeaCopy full SHA for d07baea
1 file changed
.goreleaser.yml
@@ -22,7 +22,7 @@ builds:
22
23
archives:
24
- formats: [tar.gz]
25
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
+ name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
26
files:
27
- plugin.json
28
- LICENSE
@@ -34,14 +34,3 @@ release:
34
github:
35
owner: GoCodeAlone
36
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