From 391609fce65f4be863cded65d0872e0189faae70 Mon Sep 17 00:00:00 2001 From: Pierre Mavro Date: Fri, 24 May 2024 15:00:27 +0200 Subject: [PATCH] fix: update goreleaser config --- .goreleaser.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 851b0a4..496d4e9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -35,15 +35,15 @@ brews: homepage: "" description: "Freeze your charts in the wished versions" skip_upload: false - scoops: - url_template: "https://github.com/Qovery/helm-freeze/releases/download/{{ .Tag }}/{{ .ArtifactName }}" - repository: - owner: qovery - name: scoop-helm-freeze - commit_author: - name: qovery - email: contact@qovery.com - homepage: "https://docs.qovery.com" - description: "Freeze your charts in the wished versions" - license: GPL3 + - + url_template: "https://github.com/Qovery/helm-freeze/releases/download/{{ .Tag }}/{{ .ArtifactName }}" + repository: + owner: qovery + name: scoop-helm-freeze + commit_author: + name: qovery + email: contact@qovery.com + homepage: "https://docs.qovery.com" + description: "Freeze your charts in the wished versions" + license: GPL3