Skip to content

Commit 6d0fe3e

Browse files
authored
fix date
1 parent f25f13e commit 6d0fe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
YESTERDAY=$(date -u --date="yesterday" +%Y-%m-%d)
2222
23-
# Extract only the section for yesterday
23+
# Extract the changelog section for yesterday, stopping at the next date
2424
awk -v date="## $YESTERDAY" '
2525
$0 ~ date {found=1; print; next}
2626
found && /^## [0-9]{4}-[0-9]{2}-[0-9]{2}/ {exit}

0 commit comments

Comments
 (0)