Skip to content

Commit

Permalink
Remove last character only from changelog message
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Jun 11, 2024
1 parent e30f3b4 commit 31c914f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
shell: bash
run: |
latest_tag=$(git describe --tags --abbrev=0)
{ grep --color=auto -Pzo "(?<=## $latest_tag)((?!\n## )[\s\S])*" ./CHANGELOG.md || true; } | sed 's/.$//' > ./NEW_CHANGELOG.md
{ grep --color=auto -Pzo "(?<=## $latest_tag)((?!\n## )[\s\S])*" ./CHANGELOG.md || true; } | sed '$ s/.$//' > ./NEW_CHANGELOG.md
- name: Upload Changelog
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 31c914f

Please sign in to comment.