Skip to content

Commit 0713793

Browse files
committed
chores(ci): publish run
1 parent 78606fd commit 0713793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/scripts/run-publish-monorepo.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function updateAllPackages(callback) {
1919
async function main() {
2020
await updateAllPackages();
2121
await updateAllPackages((packagePath, name) => {
22-
// execSync('npm run release -- --tag-format=\'' + name + '@${version}\'', {cwd: packagePath, stdio: 'inherit'});
22+
execSync('npm run release -- --tag-format=\'' + name + '@${version}\'', {cwd: packagePath, stdio: 'inherit'});
2323
}
2424
);
2525
}

0 commit comments

Comments
 (0)