Skip to content

Commit

Permalink
fix: we need two IDs for the sbom configs
Browse files Browse the repository at this point in the history
  • Loading branch information
shibumi committed Dec 23, 2021
1 parent 16e5fd5 commit 2f69939
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f69939

Please sign in to comment.