From a16dec3b5c28efcd0398f8a1256ea4586f26bf70 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Tue, 29 Oct 2024 08:17:46 +0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 450759076..716d62aaf 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 @@ -399,6 +398,5 @@ jobs: # [CurseForge](https://www.curseforge.com/minecraft/modpacks/terrafirmagreg/files/5855711) • [GitHub](https://github.com/${{ github.repository }}/releases/tag/${{ needs.info.outputs.project_version }}) • [Issues](https://github.com/${{ github.repository }}/issues) # ```markdown - # ${{ needs.info.outputs.truncated_changelog }} - # ``` + # ${{ 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