diff --git a/.goreleaser.yml b/.goreleaser.yml index b931a35088..4c9f73d78b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -164,7 +164,8 @@ brews: blobs: - provider: s3 - bucket: '{{ or (index .Env "AWS_BUCKET") "the-things-stack-releases" }}' + # NOTE: GoReleaser documentation says that bucket is a template, but it's not. + bucket: the-things-stack-releases ids: - stack - cli