Skip to content

Commit 9a30472

Browse files
committed
Update SophiApp.yml
1 parent 3ead9f1 commit 9a30472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/SophiApp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
}
100100
$html_url = ((Invoke-RestMethod @Parameters).jobs | Where-Object -FilterScript {$_.run_id -eq "${{ github.run_id }}"}).html_url
101101
102-
write-host "${{ steps.zip_hash.outputs.zip_hash }}"
103-
write-host "${{ env.zip_hash }}"
102+
write-host "${{ steps.zip_hash.outputs.zip_hash }}"
103+
write-host "${{ env.zip_hash }}"
104104
105105
(Get-Content -Path ReleaseNotesTemplate.md -Encoding utf8 -Raw).Replace("NewVersion", "${{ github.ref_name }}").Replace("OldVersion", $Penultimate).Replace("CurrentDate", $(Get-Date -f "dd.MM.yyyy")).Replace("html_url", $html_url).Replace("SHA256_hash", "${{ env.zip_hash }}") | Set-Content -Path ReleaseNotesTemplate.md -Encoding UTF8
106106

0 commit comments

Comments
 (0)