:: commit af2a3d38544746575e5346c01d52fea649b263cb

Mintsuki <mintsuki@protonmail.com> — 2025-03-25 22:23

parents: 73d03e7149

gha: Fix release note gen (take 2)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 34ea1cd2..7642d7e3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -105,7 +105,7 @@ jobs:
 
       - name: Create release notes
         run: |
-          cat <<"EOF" >rel_notes.txt
+          cat <<EOF >rel_notes.txt
           Changelog can be found [here](https://github.com/limine-bootloader/limine/blob/$TAG_NAME/ChangeLog).
 
           Binary release can be found [here](https://github.com/limine-bootloader/limine/tree/$TAG_NAME-binary).
tab: 248 wrap: offon