Skip to content

Commit 1c020a8

Browse files
committed
fix goreleaser
fix goreleaser configuration which was failing on deprecated field and having to setup a version Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent 50140f6 commit 1c020a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.goreleaser.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2+
# vim: set ts=2 sw=2 tw=0 fo=jcroql
3+
version: 1
4+
15
before:
26
hooks:
37
- /bin/sh -c "env TARGET_BRANCH={{.Tag }} PAC_VERSION={{.Tag }} TARGET_OPENSHIFT=true ./hack/generate-releaseyaml.sh > release.yaml"
@@ -75,7 +79,7 @@ brews:
7579
repository:
7680
owner: openshift-pipelines
7781
name: homebrew-pipelines-as-code
78-
folder: Formula
82+
directory: Formula
7983
dependencies:
8084
- name: tektoncd-cli
8185
type: optional

0 commit comments

Comments
 (0)