Skip to content

Commit 3c045b9

Browse files
authored
Add release title to github-release.yml (#481)
1 parent a0516b4 commit 3c045b9

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
@@ -21,5 +21,5 @@ jobs:
2121
YESTERDAY_CHANGELOG_NOTES=$(awk '/^## '"$YESTERDAY"'/ {f=1; next} f && /^## [0-9]{4}-[0-9]{2}-[0-9]{2}/ {f=0} f && !/^## / {print}' CHANGELOG.md)
2222
2323
if [ -n "$YESTERDAY_CHANGELOG_NOTES" ]; then
24-
gh release create "$YESTERDAY" -n "$YESTERDAY_CHANGELOG_NOTES" --latest
24+
gh release create "$YESTERDAY" -t "$YESTERDAY" -n "$YESTERDAY_CHANGELOG_NOTES" --latest
2525
fi

0 commit comments

Comments
 (0)