Skip to content

Commit e0df5d9

Browse files
authored
Fix Update changelog workflow (#1116)
1 parent 2cac06b commit e0df5d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494
9595
function trimPath(relativePath) {
9696
return relativePath
97-
.replace('components/terraform/', '')
97+
.replace('modules/', '')
9898
.replace('/CHANGELOG.md', '');
9999
}
100100
101-
const currentChangeLogFiles = findChangelogs('./current/components');
101+
const currentChangeLogFiles = findChangelogs('./current/modules');
102102
const components = [];
103103
104104
for (let i = 0; i < currentChangeLogFiles.length; i++) {

0 commit comments

Comments
 (0)