We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4e8e3 commit ff0f2d9Copy full SHA for ff0f2d9
1 file changed
.goreleaser.yaml
@@ -51,8 +51,9 @@ release:
51
github:
52
owner: major-technology
53
name: cli
54
- # We're using S3 for release artifacts now
55
- disable: true
+ # We keep GitHub releases enabled for changelogs and "latest" status,
+ # even though artifacts are served from S3 (via install.sh and brew).
56
+ disable: false
57
58
blobs:
59
- provider: s3
0 commit comments