File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 11project_name : cli
22release :
33 github :
4- owner : replicatedhq
54 name : replicated
5+ owner : replicatedhq
66brews :
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. "
1414builds :
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*
You can’t perform that action at this time.
0 commit comments