Skip to content

Commit 62d0f82

Browse files
committed
fix signature in prerelease.ts
1 parent d220f34 commit 62d0f82

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/release/prerelease.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,9 @@ export async function runPrerelease({
9696
await buildPackages();
9797

9898
/**
99-
* Do not acutally publish if it is a dryrun
99+
* Publish to NPM
100100
*/
101-
if (!dryRun) {
102-
await publishInCI(updates, npmTag);
103-
}
101+
await publishInCI(updates, npmTag, dryRun);
104102
}
105103

106104
const FORBIDDEN_TAGS = ['latest', 'next', 'exp'];

0 commit comments

Comments
 (0)