File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 8383 if : ${{ inputs.createRelease }}
8484 run : |
8585 ./Get-LatestChangelog.ps1 -Path CHANGELOG.md | Tee-Object -FilePath release-notes.md
86- "notes<<EOF" >> $env:GITHUB_OUTPUT
87- Get-Content release-notes.md >> $env:GITHUB_OUTPUT
88- "EOF" >> $env:GITHUB_OUTPUT
8986
9087 - name : Deploy to GitHub Pages 🚀
9188 if : ${{ inputs.deployWeb }}
@@ -114,5 +111,5 @@ jobs:
114111 with :
115112 tag_name : v${{ steps.get_version.outputs.version }}
116113 name : v${{ steps.get_version.outputs.version }}
117- body : ${{ steps.changelog.outputs. notes }}
114+ body_path : release- notes.md
118115 files : release-artifacts/**
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2525
2626### VB -> C#
2727
28- * Xor operator overloads now converted [ #1182 ] ( htts ://github.com/icsharpcode/CodeConverter/issues/1182)
28+ * Xor operator overloads now converted [ #1182 ] ( https ://github.com/icsharpcode/CodeConverter/issues/1182)
2929
3030### C# -> VB
3131
You can’t perform that action at this time.
0 commit comments