chore:print changelog

This commit is contained in:
guorong.zheng 2024-03-27 14:42:39 +08:00
parent f86841c8ff
commit 9cf7542915

@ -25,10 +25,11 @@ jobs:
id: get_changelog
run: |
echo "changelog=$(sed -n '/## ${{ env.version }}/,/^##/p' CHANGELOG.md)" >> $GITHUB_ENV
- name: Print Changelog
run: |
echo "Changelog: ${{ env.changelog }}"
id: print_changelog
run: |
echo "Changelog: ${{ env.changelog }}"
- name: Create Release
id: create_release