Skip to content

Commit fab0472

Browse files
pmclSFclaude
andcommitted
fix(release): Remove duplicate SBOM upload in goreleaser config
The sboms: section already uploads CycloneDX and SPDX documents. The extra_files: section was trying to upload them a second time, causing "already_exists" 422 errors on the GitHub Release API. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2bcc9cf commit fab0472

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.goreleaser.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,3 @@ release:
111111
github:
112112
owner: pmclSF
113113
name: terrain
114-
extra_files:
115-
- glob: "dist/*.cdx.json"
116-
- glob: "dist/*.spdx.json"

0 commit comments

Comments
 (0)