We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639ff48 commit 1c7b6b5Copy full SHA for 1c7b6b5
.github/workflows/release.yml
@@ -246,7 +246,7 @@ jobs:
246
fs.readdirSync(packagesDir).forEach(dir => {
247
const pkgPath = path.join(packagesDir, dir, 'package.json');
248
if (fs.existsSync(pkgPath)) {
249
- const pkg = require(pkgPath);
+ const pkg = require(path.resolve(pkgPath));
250
packages += \`\\n- \${pkg.name}@\${pkg.version}\`;
251
}
252
});
0 commit comments