From 85aecd0a47ab8bfdb997f38f0e3fdd950b96fc09 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Tue, 29 Oct 2024 07:33:39 +0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 753272d2..b491bfca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,11 +97,11 @@ jobs: - name: Truncate Changelog id: truncated - uses: johnforeland/truncate-tool@v0.5.0 + uses: cisox/read-more-action@v1.0.2 with: text: '${{ steps.changelog.outputs.description }}' - max_characters: '1450' - string_to_append: '...' + max_chars: '1450' + read_more: '...' - name: Upload Diff id: diff