Skip to content

Commit

Permalink
Update after signature script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Nov 14, 2024
1 parent 0bd51bf commit 14d36d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/after-signature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
if ($_ -match '^sha512:\s.*$') {
"sha512: ${{ steps.compute_hash.outputs.sha512 }}"
} elseif ($_ -match '^\s*sha512:\s.*$') {
"sha512: ${{ steps.compute_hash.outputs.sha512 }}"
" sha512: ${{ steps.compute_hash.outputs.sha512 }}"
} elseif ($_ -notmatch '^size:\s.*$') {
$_
}
Expand All @@ -107,6 +107,7 @@ jobs:
file: latest.yml
tag: ${{steps.find_draft.outputs.draft_tag_name}}
draft: true
overwrite: true

# - name: Upload updated latest.yml to Draft Release
# uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 14d36d5

Please sign in to comment.