Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
[Build] Attempt to fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ktzug committed Jul 25, 2022
1 parent f2da1dc commit e53e4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=ver::$(sed -e "s#.*=\(\)#\1#;s/'//g" sv-dlp/version.py)"

- name: Get Changelog
run: sed '/## '$DATE_BUILD'/d;/'---'/Q' CHANGELOG.md >> changelog_body
run: sed '/## '${{ steps.ver.outputs.ver }}'/d;/'---'/Q' CHANGELOG.md >> changelog_body

- name: Create Release
id: release
Expand Down

0 comments on commit e53e4c7

Please sign in to comment.