We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d03e7 commit af2a3d3Copy full SHA for af2a3d3
1 file changed
.github/workflows/release.yml
@@ -105,7 +105,7 @@ jobs:
105
106
- name: Create release notes
107
run: |
108
- cat <<"EOF" >rel_notes.txt
+ cat <<EOF >rel_notes.txt
109
Changelog can be found [here](https://github.com/limine-bootloader/limine/blob/$TAG_NAME/ChangeLog).
110
111
Binary release can be found [here](https://github.com/limine-bootloader/limine/tree/$TAG_NAME-binary).
0 commit comments