Skip to content

Commit

Permalink
fix(CI): Make the SBOMs YAML block into an array
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Dec 15, 2024
1 parent 916fa99 commit c1bafb3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ archives:
format: zip

sboms:
id: default
artifacts: archive
documents:
- "${artifact}.spdx.sbom.json"
-
id: default
artifacts: archive
documents:
- "${artifact}.spdx.sbom.json"

changelog:
use: github
Expand Down

0 comments on commit c1bafb3

Please sign in to comment.