From 06fb65dfd596444dd01c9b6f4750c76ee6981c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Thu, 11 Nov 2021 17:39:05 +0300 Subject: [PATCH] feat: prepare for the new releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Batuhan Apaydın --- .goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index eae3839340..6577f6c29c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -36,7 +36,9 @@ checksum: name_template: 'checksums.txt' signs: - cmd: cosign - args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output=${signature}", "${artifact}"] + certificate: "${artifact}.cert" + signature: "${artifact}.sig" + args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output-signature=${signature}", "--output-certificate=${certificate}", "${artifact}"] artifacts: checksum snapshot: name_template: "{{ .Tag }}-next"