mirror of
https://github.com/2061360308/NeteaseCloudMusic_PythonSDK.git
synced 2024-11-21 22:48:03 +00:00
chore:update publish.yml
This commit is contained in:
parent
33cbc504e8
commit
f33da55fb7
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
- name: Generate release notes to "RELEASE_NOTES" Environment Variable
|
||||
run: |
|
||||
echo "RELEASE_NOTES=$(towncrier --draft | base64)" >> $GITHUB_ENV
|
||||
echo "RELEASE_NOTES=$(towncrier --draft | sed 's/#//g')" >> $GITHUB_ENV
|
||||
|
||||
- name: Generate version notes with towncrier
|
||||
run: |
|
||||
@ -52,4 +52,4 @@ jobs:
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
body: ${{ env.RELEASE_NOTES | base64 --decode }}
|
||||
body: ${{ env.RELEASE_NOTES }}
|
||||
|
Loading…
Reference in New Issue
Block a user