Skip to content

Commit c680436

Browse files
committed
workflow
1 parent 801bbc7 commit c680436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ jobs:
7474
attestations: write
7575
strategy:
7676
matrix:
77-
attestation: ${{ fromJSON(needs.goreleaser.outputs.upload-sbom-attestations) }}
77+
attestation: ${{ needs.goreleaser.outputs.sbom-attestations }}
7878
steps:
7979
- uses: actions/download-artifact@v4
8080
with:
81-
name: ${{ needs.goreleaser.outputs.upload-sbom-artifact }}
81+
name: ${{ needs.goreleaser.outputs.sbom-artifact }}
8282
- uses: actions/attest-sbom@v1
8383
with:
8484
subject-path: ${{ matrix.attestation.subject }}

0 commit comments

Comments
 (0)