Skip to content

Commit 1bde5c9

Browse files
committed
ci: split to multiple lines
1 parent 56dc0f0 commit 1bde5c9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.goreleaser.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,14 @@ archives:
5151
signs:
5252
-
5353
artifacts: checksum
54-
args: ["-u", "58A7 CC3D 8A9C A2E5 BB5C 141D 4064 23EA F814 63CA", "--pinentry-mode", "loopback", "--yes", "--batch", "--output", "${signature}", "--detach-sign", "${artifact}"]
54+
args: [
55+
"-u", "58A7 CC3D 8A9C A2E5 BB5C 141D 4064 23EA F814 63CA",
56+
"--pinentry-mode", "loopback",
57+
"--yes",
58+
"--batch",
59+
"--output", "${signature}",
60+
"--detach-sign", "${artifact}"
61+
]
5562

5663
snapshot:
5764
name_template: "{{ .Timestamp }}-{{ .ShortCommit }}-SNAPSHOT"

0 commit comments

Comments
 (0)