Skip to content

Commit

Permalink
fix: clean up changelog content processing in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Nov 25, 2024
1 parent 571aed1 commit 05338fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/push-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
id: getchangelog
run: |
content=$(awk -v n=2 '/##/{n--}; n > 0' CHANGELOG.md | grep -v '# Changelog' | grep -v '##' | sed '/^$/d')
content="${content//'%'/'%25'}"
content="${content//$'\n'/'%0A'}"
content="${content//$'\r'/'%0D'}"
echo "content=$content" >> $GITHUB_OUTPUT
# Create release
- name: Create release
Expand Down

0 comments on commit 05338fb

Please sign in to comment.