Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillGutyrchik committed Apr 29, 2024
1 parent d294060 commit 55d1583
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,9 @@ jobs:
echo $(ls -Force)
$i = 1
$changelog = foreach ($match in [Regex]::Matches($(git log $((git tag --sort=committerdate | Select-Object -Last 2) -join "..")), '```ChangeLog[\r\n\s]+([\w\W]+?)[\r\n\s]+```')) {
echo "$($i). $($match.Groups[1].Value);"
echo "$($i). $($match.Groups[1].Value);\n"
$i = $i + 1
}
echo $changelog
echo "changelog=$changelog" >> $env:GITHUB_OUTPUT
- name: Pack
Expand Down

0 comments on commit 55d1583

Please sign in to comment.