Skip to content

Commit cff14cd

Browse files
authored
Fix previous commit
1 parent ca2bb4a commit cff14cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "" >> release_note.md
4141
# Generate the log from the normalized tags
4242
# Note: This assumes the local repo has both tags (with or without `v`) checked out.
43-
git log --pretty="* %h - %s" "${LATEST_TAG_NORMALIZED}..${NEXT_TAG_NORMALIZED}" | tee -a release_note.md
43+
git log --pretty="* %h - %s" "${LATEST_TAG}..${NEXT_TAG}" | tee -a release_note.md
4444
else
4545
# Otherwise, we're on a branch (not a tag), so we do a "Development Build"
4646
HEAD_HASH=$(git rev-parse --short HEAD)

0 commit comments

Comments
 (0)