File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ builds:
2323 - -X github.com/openshift-pipelines/pipelines-as-code/pkg/params/version.Version={{.Version}}
2424archives :
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
7373brews :
7474 - name : tektoncd-pac
75- tap :
75+ repository :
7676 owner : openshift-pipelines
7777 name : homebrew-pipelines-as-code
7878 folder : Formula
You can’t perform that action at this time.
0 commit comments