Skip to content

Commit af2a3d3

Browse files
committed
gha: Fix release note gen (take 2)
1 parent 73d03e7 commit af2a3d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Create release notes
107107
run: |
108-
cat <<"EOF" >rel_notes.txt
108+
cat <<EOF >rel_notes.txt
109109
Changelog can be found [here](https://github.com/limine-bootloader/limine/blob/$TAG_NAME/ChangeLog).
110110
111111
Binary release can be found [here](https://github.com/limine-bootloader/limine/tree/$TAG_NAME-binary).

0 commit comments

Comments
 (0)