Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nowscott committed Jul 19, 2024
1 parent ad4184c commit b514f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
git fetch --tags
# 获取提交信息并格式化
RELEASE_NOTES=$(git log ${{ env.PREVIOUS_TAG }}..HEAD
RELEASE_NOTES=$(git log ${{ env.PREVIOUS_TAG }}..HEAD)
- name: Generate Full Changelog
if: env.RELEASE == 'true'
Expand Down

0 comments on commit b514f0b

Please sign in to comment.