Skip to content

Commit b1a7b93

Browse files
committed
fromJSON
1 parent c680436 commit b1a7b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
attestations: write
7575
strategy:
7676
matrix:
77-
attestation: ${{ needs.goreleaser.outputs.sbom-attestations }}
77+
attestation: ${{ fromJSON(needs.goreleaser.outputs.sbom-attestations) }}
7878
steps:
7979
- uses: actions/download-artifact@v4
8080
with:

0 commit comments

Comments
 (0)