Skip to content

Commit 2e5fd41

Browse files
authored
fix(ci): Fix attestation reference (#1789)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent af99c33 commit 2e5fd41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
needs: test
1919
if: github.ref_type == 'tag' # Guard to make sure we are releasing once
20+
outputs:
21+
attestation_id: ${{ steps.init_attestation.outputs.attestation_id }}
2022
steps:
2123
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2224
- name: Install Chainloop

0 commit comments

Comments
 (0)