Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
fix goreleaser configuration which was failing on deprecated field and
having to setup a version

Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed Jun 10, 2024
1 parent 50140f6 commit 1c020a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=jcroql
version: 1

before:
hooks:
- /bin/sh -c "env TARGET_BRANCH={{.Tag }} PAC_VERSION={{.Tag }} TARGET_OPENSHIFT=true ./hack/generate-releaseyaml.sh > release.yaml"
Expand Down Expand Up @@ -75,7 +79,7 @@ brews:
repository:
owner: openshift-pipelines
name: homebrew-pipelines-as-code
folder: Formula
directory: Formula
dependencies:
- name: tektoncd-cli
type: optional
Expand Down

0 comments on commit 1c020a8

Please sign in to comment.