Skip to content

Commit 10beb4b

Browse files
authored
ci(release): fix artifact name change for sboms (#752)
1 parent f4df36d commit 10beb4b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.ci/release-github.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ gh release \
1818
--title="${VERSION}" \
1919
--generate-notes \
2020
--notes-file="${SUFFIX_ARN_FILE}" \
21-
./dist/${VERSION}*.sbom \
21+
./dist/${VERSION}*.json \
2222
./dist/${VERSION}*.zip \
2323
./dist/*checksums.txt

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,5 @@ release:
100100
# https://goreleaser.com/customization/sbom
101101
sboms:
102102
- artifacts: archive
103+
documents:
104+
- "{{ .ArtifactName }}.sbom.json"

0 commit comments

Comments
 (0)