There was an error while loading. Please reload this page.
1 parent b005101 commit 431f5b6Copy full SHA for 431f5b6
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Get Tag Commit Message
52
id: get_commit_message
53
run: |
54
- COMMIT_MSG=$(git log -1 --pretty=format:%s ${{env.VERSION}})
+ COMMIT_MSG=$(git tag -l --format='%(contents)' ${{ env.VERSION }})
55
echo "commit_msg=$COMMIT_MSG" >> $GITHUB_OUTPUT
56
57
- name: Create Release
0 commit comments