From 6e87f2ab00f29f4a955e9e256130b0b9133cd8f4 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Tue, 29 Oct 2024 08:53:23 +0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0b0b4d05..26c91b08c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,6 @@ jobs: with: text: '${{ steps.changelog.outputs.description }}' max_chars: '1450' - read_more: '** [Read more...](https://github.com/${{ github.repository }}/releases/tag/${{ steps.project_version.outputs.tag }}) **' - name: Upload Diff id: diff @@ -398,4 +397,6 @@ jobs: [CurseForge](https://www.curseforge.com/minecraft/modpacks/terrafirmagreg/files/${{ needs.release-curseforge.outputs.id }}) • [GitHub](https://github.com/${{ github.repository }}/releases/tag/${{ needs.info.outputs.project_version }}) • [Issues](https://github.com/${{ github.repository }}/issues) - ${{ needs.info.outputs.truncated_changelog }} \ No newline at end of file + ```markdown + ${{ needs.info.outputs.truncated_changelog }}``` + ** [Read more...](https://github.com/${{ github.repository }}/releases/tag/${{ needs.info.outputs.project_version }}) ** \ No newline at end of file