Skip to content

Commit

Permalink
goreleaser.yml: Fix YAML syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Apr 11, 2019
1 parent ad6d438 commit e254caf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cmd/gemini/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ checksum:
snapshot:
name_template: "{{ .Tag }}-next"
s3:
bucket: downloads.scylladb.com
region: us-east-1
folder: "gemini/{{.Version}}"
acl: public-read
-
bucket: downloads.scylladb.com
region: us-east-1
folder: "gemini/{{.Version}}"
acl: public-read
changelog:
sort: asc
filters:
Expand Down

0 comments on commit e254caf

Please sign in to comment.