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 7d76e4c commit 573d217Copy full SHA for 573d217
.github/workflows/release.yaml
@@ -157,7 +157,6 @@ jobs:
157
id: attestation_push
158
if: ${{ success() }}
159
run: |
160
- chainloop attestation push --attestation-id ${{ needs.init_attestation.outputs.attestation_id }}
161
attestation_sha=$(chainloop attestation push --attestation-id ${{ needs.init_attestation.outputs.attestation_id }} -o json | jq -r '.digest')
162
# check that the command succeeded
163
[ -n "${attestation_sha}" ] || exit 1
0 commit comments