From 2f69939ecbf2f1f24044ac80ec6622ee6db50228 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Thu, 23 Dec 2021 14:47:44 +0100 Subject: [PATCH] fix: we need two IDs for the sbom configs --- .goreleaser.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f573011..115d258 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -27,8 +27,10 @@ checksum: name_template: 'checksums.txt' sboms: - - artifacts: archive - - artifacts: source + - id: default + artifacts: archive + - id: source + artifacts: source source: enabled: true