Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@ blobs:
bucket: major-cli-releases
region: us-west-1
directory: "{{ .Version }}"
acl: public-read
# Public read is served by the bucket policy on major-cli-releases
# (terraform/global/releases.tf in mono-builder); goreleaser must not set
# per-object ACLs - its ACL upload path regressed under version: latest
# and broke the v1.0.9 release twice ("could not apply before write").
Loading