Skip to content

Commit eccc99c

Browse files
Pass via file and fix typo
1 parent 4630af8 commit eccc99c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ jobs:
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/**

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)