mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix: clean up changelog content processing in GitHub Actions workflow
This commit is contained in:
parent
571aed1f0c
commit
05338fbee2
1 changed files with 0 additions and 3 deletions
3
.github/workflows/push-github.yml
vendored
3
.github/workflows/push-github.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue