Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Oct 29, 2024
1 parent 470f2d8 commit 85aecd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85aecd0

Please sign in to comment.