Skip to content

Commit f7aa7d9

Browse files
committed
fix error in pipeline yml
1 parent 8809ea9 commit f7aa7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
tags: ${{ steps.meta.outputs.tags }}
4949
labels: ${{ steps.meta.outputs.labels }}
5050

51-
* name: Generate artifact attestation
51+
- name: Generate artifact attestation
5252
uses: actions/attest-build-provenance@v1
5353
with:
5454
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}

0 commit comments

Comments
 (0)