Skip to content

Commit cf584cc

Browse files
committed
fix: 🐛 adjust customization script to also adjust release.yml
1 parent e0cfff7 commit cf584cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/customization.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function renameKebabCases(libraryName) {
121121

122122
const replaceOptions = {
123123
ignore: 'node_modules/**/*',
124-
files: '{**/*.{ts,html,json,scss,js},.releaserc}',
124+
files: '{**/*.{ts,html,json,scss,js},.releaserc,.github/workflows/release.yml}',
125125
from: new RegExp(LIBRARY_NAME, 'g'),
126126
to: kebabcase(libraryName)
127127
}

0 commit comments

Comments
 (0)