:: commit a6cd1ecbe86ee591c33bde76e7839d9255405d80

Mintsuki <mintsuki@protonmail.com> — 2025-03-17 11:52

parents: e4803ad46b

gha: Fix release notes in release workflow

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 80324d9e..34ea1cd2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -105,11 +105,12 @@ 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).
-
+          EOF
+          cat <<'EOF' >>rel_notes.txt
           Tarballs are signed using key ID `05D29860D0A0668AAEFB9D691F3C021BECA23821` which can be obtained from a keyserver such as `keyserver.ubuntu.com`.
 
           Import the public key with:
tab: 248 wrap: offon