Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Sep 23, 2024
1 parent 801bbc7 commit c680436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
attestations: write
strategy:
matrix:
attestation: ${{ fromJSON(needs.goreleaser.outputs.upload-sbom-attestations) }}
attestation: ${{ needs.goreleaser.outputs.sbom-attestations }}
steps:
- uses: actions/download-artifact@v4
with:
name: ${{ needs.goreleaser.outputs.upload-sbom-artifact }}
name: ${{ needs.goreleaser.outputs.sbom-artifact }}
- uses: actions/attest-sbom@v1
with:
subject-path: ${{ matrix.attestation.subject }}
Expand Down

0 comments on commit c680436

Please sign in to comment.