Skip to content

Commit 5cd02fe

Browse files
authored
fix(workflow): Replace quoting (#854)
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
1 parent d05229c commit 5cd02fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Add Attestation from Goreleaser Output
9494
run: |
95-
jq -r . <<< "${{ steps.release.outputs.artifacts }}" > /tmp/artifacts.json
95+
jq -r . <<< '${{ steps.release.outputs.artifacts }}' > /tmp/artifacts.json
9696
chainloop attestation add --name goreleaser-output --value /tmp/artifacts.json
9797
9898
- name: Finish and Record Attestation

0 commit comments

Comments
 (0)