Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ jobs:
id: attestation_push
if: ${{ success() }}
run: |
chainloop attestation status --full
chainloop attestation push --attestation-id ${{ needs.init_attestation.outputs.attestation_id }}
attestation_sha=$(chainloop attestation push --attestation-id ${{ needs.init_attestation.outputs.attestation_id }} -o json | jq -r '.digest')
# check that the command succeeded
Expand Down
Loading