Skip to content

Commit 573d217

Browse files
authored
fix(ci): Remove duplicate attestation push command (#1803)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 7d76e4c commit 573d217

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ jobs:
157157
id: attestation_push
158158
if: ${{ success() }}
159159
run: |
160-
chainloop attestation push --attestation-id ${{ needs.init_attestation.outputs.attestation_id }}
161160
attestation_sha=$(chainloop attestation push --attestation-id ${{ needs.init_attestation.outputs.attestation_id }} -o json | jq -r '.digest')
162161
# check that the command succeeded
163162
[ -n "${attestation_sha}" ] || exit 1

0 commit comments

Comments
 (0)