Skip to content

Commit 7c7ffec

Browse files
committed
remove extra tim
1 parent cc97402 commit 7c7ffec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate-changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export async function generateChangelog(
7575
const commits = command.stdout
7676
.trim()
7777
.split('\n')
78-
.filter(s => s.trim())
78+
.filter(s => s)
7979
core.info(`Found commits ${commits}`)
8080

8181
// There were no differences in commits between the current version and the previous version.

0 commit comments

Comments
 (0)