Skip to content

Commit 07f7f49

Browse files
2 parents 9fe3fec + 3e05fc6 commit 07f7f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Get commit message
8484
id: get_commit_message
8585
run: |
86-
COMMIT_MESSAGE=$(git log -1 --pretty=%B --no-merges)
86+
COMMIT_MESSAGE=$(git log -1 --pretty=%B HEAD)
8787
echo "COMMIT_MESSAGE=$COMMIT_MESSAGE" >> $GITHUB_ENV
8888
8989
# Create the zip file for the release

0 commit comments

Comments
 (0)