Merge pull request from Guovin/dev

chore:print changelog
This commit is contained in:
Govin 2024-03-27 14:44:07 +08:00 committed by GitHub
commit 08b126cc32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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