mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-31 22:35:20 +01:00
[build] Fix changelog
Bug in c4b6c5c7c9eb0aa448d03c1540580cdd92737aa8
This commit is contained in:
parent
f1e2d4a9a2
commit
81e0195998
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -257,7 +257,7 @@ jobs:
|
||||
|
||||
- name: Get Changelog
|
||||
run: |
|
||||
changelog=$(grep -oPz '(?s)(?<=### ${{ steps.bump_version.outputs.ytdlp_version }}\n{2}).+?(?=\n{2,3}###)' Changelog.md) || true
|
||||
changelog=$(grep -oPz '(?s)(?<=### ${{ needs.prepare.outputs.ytdlp_version }}\n{2}).+?(?=\n{2,3}###)' Changelog.md) || true
|
||||
echo "changelog<<EOF" >> $GITHUB_ENV
|
||||
echo "$changelog" >> $GITHUB_ENV
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user