Skip to content

Commit 37254ad

Browse files
committed
fix: use correct name for sbom file
1 parent c2504a8 commit 37254ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ docker_signs:
7474
release:
7575
extra_files:
7676
- glob: "{{ .Env.GITHUB_SBOM_PATH }}"
77-
name_template: "./go-cli-github.v{{ .Version }}.sbom.spdx.json"
77+
name_template: "go-cli-github.v{{ .Version }}.sbom.spdx.json"

0 commit comments

Comments
 (0)