fix release changelog bug

This commit is contained in:
wencaiwulue
2022-05-05 16:16:26 +08:00
parent e813cc2ac2
commit 26f07c3fba

View File

@@ -22,7 +22,7 @@ jobs:
echo "PREVERSION=$(git for-each-ref --sort='-creatordate' --format='%(refname:lstrip=2)' --count=50 'refs/tags/*' | grep -v 'rc' | awk 'NR==2')" >> $GITHUB_ENV
- name: Release Note
run: |
echo "$(../release-note.sh ${{ env.PREVERSION }} ${{ env.RELEASE_VERSION }})" > release_note.md
echo "$(./.github/release-note.sh ${{ env.PREVERSION }} ${{ env.RELEASE_VERSION }})" > release_note.md
- name: Create Release
id: create_release
uses: actions/create-release@v1