We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05229c commit 5cd02feCopy full SHA for 5cd02fe
.github/workflows/build_and_package.yaml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Add Attestation from Goreleaser Output
94
run: |
95
- jq -r . <<< "${{ steps.release.outputs.artifacts }}" > /tmp/artifacts.json
+ jq -r . <<< '${{ steps.release.outputs.artifacts }}' > /tmp/artifacts.json
96
chainloop attestation add --name goreleaser-output --value /tmp/artifacts.json
97
98
- name: Finish and Record Attestation
0 commit comments