Skip to content

Commit cf88738

Browse files
committed
format
1 parent f749dc5 commit cf88738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/utils/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export async function publishInCI(
9595

9696
console.log('\r\nPublishing Packages to NPM:');
9797
await tasks.run();
98-
98+
9999
// Create git tags.
100100
for (const tag of tags) {
101101
await exec(`git tag ${tag}`);

0 commit comments

Comments
 (0)