[build] Allow to release without changelog

so that forks can build using GHA easily
pull/1226/head
pukkandan 3 years ago
parent d1d5c08f29
commit 84999521c8
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -47,7 +47,7 @@ jobs:
- name: Get Changelog
id: get_changelog
run: |
changelog=$(cat Changelog.md | grep -oPz '(?s)(?<=### ${{ steps.bump_version.outputs.ytdlp_version }}\n{2}).+?(?=\n{2,3}###)')
changelog=$(cat Changelog.md | grep -oPz '(?s)(?<=### ${{ steps.bump_version.outputs.ytdlp_version }}\n{2}).+?(?=\n{2,3}###)') || true
echo "changelog<<EOF" >> $GITHUB_ENV
echo "$changelog" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV

Loading…
Cancel
Save