From b75413a99cc672f10a94684b1c0a0213ad88a7ab Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Sat, 5 Oct 2024 14:20:13 +0200 Subject: [PATCH] release: disable currently not working homebrew deployment Signed-off-by: Patrizio Bekerle --- .goreleaser.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index fb213fe..d52c2a5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,20 +4,20 @@ release: name: qc name_template: '{{.Tag}}' # https://goreleaser.com/customization/homebrew/ -brews: - - - tap: - owner: qownnotes - name: homebrew-qc - description: "QOwnNotes command-line snippet manager" - homepage: "https://github.com/qownnotes/qc" - dependencies: - - fzf - install: | - bin.install Dir['qc'] - zsh_completion.install "misc/completions/zsh/_qc" - test: | - system "#{bin}/qc" +#brews: +# - +# tap: +# owner: qownnotes +# name: homebrew-qc +# description: "QOwnNotes command-line snippet manager" +# homepage: "https://github.com/qownnotes/qc" +# dependencies: +# - fzf +# install: | +# bin.install Dir['qc'] +# zsh_completion.install "misc/completions/zsh/_qc" +# test: | +# system "#{bin}/qc" builds: - goos: - linux