Skip to content

Commit 76a5191

Browse files
piyush-gargsavitaashture
authored andcommitted
Fix goreleaser.yaml indentation and deprecations
This will fix the goreleaser.yaml indentation possibly fixing the extra space issue in formula and remove one more deprecation warning
1 parent 4990013 commit 76a5191

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.goreleaser.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ builds:
2323
- -X github.com/openshift-pipelines/pipelines-as-code/pkg/params/version.Version={{.Version}}
2424
archives:
2525
- name_template: >-
26-
{{ .Binary }}_
27-
{{ .Version }}_
28-
{{ .Os }}_
29-
{{- if eq .Arch "amd64" }}x86_64
30-
{{- else if eq .Arch "386" }}i386
31-
{{- else if eq .Arch "darwin" }}MacOS
32-
{{- else if eq .Arch "linux" }}Linux
33-
{{- else if eq .Arch "windows" }}Windows
34-
{{- else }}{{ .Arch }}{{ end }}
26+
{{ .Binary }}_
27+
{{ .Version }}_
28+
{{ .Os }}_
29+
{{- if eq .Arch "amd64" }}x86_64
30+
{{- else if eq .Arch "386" }}i386
31+
{{- else if eq .Arch "darwin" }}MacOS
32+
{{- else if eq .Arch "linux" }}Linux
33+
{{- else if eq .Arch "windows" }}Windows
34+
{{- else }}{{ .Arch }}{{ end }}
3535
format_overrides:
3636
- goos: windows
3737
format: zip
@@ -72,7 +72,7 @@ release:
7272
7373
brews:
7474
- name: tektoncd-pac
75-
tap:
75+
repository:
7676
owner: openshift-pipelines
7777
name: homebrew-pipelines-as-code
7878
folder: Formula

0 commit comments

Comments
 (0)