diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 753272d29..b491bfca0 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