fix(actions): Fixed typo in workflows
This commit is contained in:
parent
3d6ddb5957
commit
08b91098b1
26 changed files with 102 additions and 98 deletions
|
@ -459,7 +459,11 @@ function configurePkgUnitTests(type, pkg, config) {
|
|||
.map((dep) => dep + '@' + peerdeps[dep])
|
||||
.join(' ')
|
||||
}
|
||||
: { version }
|
||||
: {
|
||||
version,
|
||||
plugin: pkg,
|
||||
Plugin: capitalize(pkg),
|
||||
}
|
||||
|
||||
for (const file of ['shared.test.mjs']) {
|
||||
fs.writeFileSync(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue