Skip to content

Commit a938eff

Browse files
authored
fix(release-notes): Fix release outputs (#2087)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent d6829b5 commit a938eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
env:
187187
CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }}
188188
outputs:
189-
attestation_hash: ${{ steps.attestation_push.attestation_sha }}
189+
attestation_hash: ${{ steps.attestation_push.outputs.attestation_sha }}
190190
steps:
191191
- name: Install Chainloop
192192
run: |

0 commit comments

Comments
 (0)