Skip to content

Commit

Permalink
ci: Rimossa conversione contenuto changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSavefrogs committed Oct 30, 2023
1 parent d8e93af commit 41a9605
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ jobs:
tag_name="$(echo "${{ github.ref }}" | sed -r 's/refs\/tags\///')";
echo "Tag name: '$tag_name'";
file -i CHANGELOG.md;
cat CHANGELOG.md;
changelog_slug="$(cat CHANGELOG.md | iconv -f ISO-8859-1 -t UTF-8 | grep -a -E "^##\s*\[\s*${tag_name//./\\.}\s*\].*" CHANGELOG.md)";
changelog_slug="$(cat CHANGELOG.md | grep -a -E "^##\s*\[\s*${tag_name//./\\.}\s*\].*" CHANGELOG.md)";
echo "::debug::Changelog entry: '$changelog_slug'";
Expand Down

0 comments on commit 41a9605

Please sign in to comment.