Skip to content

Commit 8c53e88

Browse files
committed
task: enable publishing hombrew for RCs
1 parent 1dbf241 commit 8c53e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ archives:
4444
format: zip
4545
brews:
4646
- name: mongocli
47-
ids: [macos]
47+
ids: [macos,linux]
4848
github:
4949
owner: mongodb
5050
name: homebrew-brew
5151
folder: Formula
52-
skip_upload: auto
52+
skip_upload: false
5353
description: The MongoDB Command Line Interface (mongocli) is a tool for managing your MongoDB cloud services, like MongoDB Atlas, MongoDB Cloud Manager, and MongoDB Ops Manager.
5454
homepage: https://github.com/mongodb/mongocli
5555
install: |

0 commit comments

Comments
 (0)