Skip to content

Commit e254caf

Browse files
committed
goreleaser.yml: Fix YAML syntax error
1 parent ad6d438 commit e254caf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cmd/gemini/.goreleaser.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ checksum:
2323
snapshot:
2424
name_template: "{{ .Tag }}-next"
2525
s3:
26-
bucket: downloads.scylladb.com
27-
region: us-east-1
28-
folder: "gemini/{{.Version}}"
29-
acl: public-read
26+
-
27+
bucket: downloads.scylladb.com
28+
region: us-east-1
29+
folder: "gemini/{{.Version}}"
30+
acl: public-read
3031
changelog:
3132
sort: asc
3233
filters:

0 commit comments

Comments
 (0)