Skip to content

Commit

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

0 comments on commit b1a7b93

Please sign in to comment.