Skip to content

Commit ff0f2d9

Browse files
authored
Do not disable release artifacts (#58)
1 parent ba4e8e3 commit ff0f2d9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ release:
5151
github:
5252
owner: major-technology
5353
name: cli
54-
# We're using S3 for release artifacts now
55-
disable: true
54+
# We keep GitHub releases enabled for changelogs and "latest" status,
55+
# even though artifacts are served from S3 (via install.sh and brew).
56+
disable: false
5657

5758
blobs:
5859
- provider: s3

0 commit comments

Comments
 (0)