Skip to content

Commit 21e325d

Browse files
authored
Merge pull request #193 from replicatedhq/fix-brew-installer
Updated goreleaser version to v1.5.0 to fix brew install issue. Crossing my fingers 🤞
2 parents c622573 + b35a922 commit 21e325d

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
DOCKERHUB_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}
7878
DOCKERHUB_DOCKER_PASS: ${{ secrets.DOCKERHUB_PASSWORD }}
7979
- name: run goreleaser
80-
run: curl -sL https://git.io/goreleaser | VERSION=v0.123.3 bash
80+
run: curl -sL https://git.io/goreleaser | VERSION=v1.5.0 bash
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
project_name: cli
22
release:
33
github:
4-
owner: replicatedhq
54
name: replicated
5+
owner: replicatedhq
66
brews:
7-
- github:
8-
owner: replicatedhq
9-
name: homebrew-replicated
10-
folder: HomebrewFormula
11-
install: bin.install "replicated"
12-
homepage: https://www.replicated.com/docs/reference/vendor-cli/
13-
description: "Manage your app's channels and releases from the command line"
7+
- tap:
8+
name: homebrew-replicated
9+
owner: replicatedhq
10+
folder: HomebrewFormula
11+
install: bin.install "replicated"
12+
homepage: https://docs.replicated.com/reference/replicated-cli-installing
13+
description: "Package Replicated applications and manage releases, channels, customers and entitlements using a command-line interface."
1414
builds:
1515
- goos:
1616
- linux
@@ -29,10 +29,9 @@ builds:
2929
flags: -tags netgo -installsuffix netgo
3030
binary: replicated
3131
hooks: {}
32-
archive:
33-
format: tar.gz
34-
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
35-
.Arm }}{{ end }}'
32+
archives:
33+
- format: tar.gz
34+
name_template: "{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
3635
files:
3736
- licence*
3837
- LICENCE*

0 commit comments

Comments
 (0)