diff --git a/.github/workflows/after-signature.yml b/.github/workflows/after-signature.yml index 8c523da..a36fbb2 100644 --- a/.github/workflows/after-signature.yml +++ b/.github/workflows/after-signature.yml @@ -87,7 +87,7 @@ jobs: ForEach-Object { if ($_ -match '^sha512:\s.*$') { "sha512: ${{ steps.compute_hash.outputs.sha512 }}" - elseif ($_ -match '^\s*sha512:\s.*$') { + } elseif ($_ -match '^\s*sha512:\s.*$') { "sha512: ${{ steps.compute_hash.outputs.sha512 }}" } elseif ($_ -notmatch '^size:\s.*$') { $_