Skip to content

Commit

Permalink
ci: Hardcode S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser committed Oct 14, 2019
1 parent 6bbf24d commit 0956368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0956368

Please sign in to comment.