Skip to content

Commit

Permalink
chores(ci): publish run
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Nov 18, 2023
1 parent 78606fd commit 0713793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/scripts/run-publish-monorepo.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function updateAllPackages(callback) {
async function main() {
await updateAllPackages();
await updateAllPackages((packagePath, name) => {
// execSync('npm run release -- --tag-format=\'' + name + '@${version}\'', {cwd: packagePath, stdio: 'inherit'});
execSync('npm run release -- --tag-format=\'' + name + '@${version}\'', {cwd: packagePath, stdio: 'inherit'});
}
);
}
Expand Down

0 comments on commit 0713793

Please sign in to comment.