We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754557d commit 5c12e81Copy full SHA for 5c12e81
.github/workflows/build-publish-6.0.12.yml
@@ -75,4 +75,7 @@ jobs:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
with:
77
tag_name: 6.0.12-${{ github.run_number }}
78
- release_name: Release 6.0.12-${{ github.run_number }}
+ release_name: 6.0.12-${{ github.run_number }}
79
+ release_notes: |-
80
+ ## 🤨 本次更新都有哪些主要改动?
81
+ - ${{ github.event.head_commit.message }}
0 commit comments