Skip to content

Commit 9e3c673

Browse files
committed
fix(ci): push all tags when doing a mongosh release
This is a drive-by fix which makes sure that all tags get pushed when we actually release mongosh.
1 parent e9d3924 commit 9e3c673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/publish-mongosh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export async function publishMongosh(
106106
);
107107

108108
pushTags({
109-
useAuxiliaryPackagesOnly: true,
109+
useAuxiliaryPackagesOnly: false,
110110
isDryRun: config.isDryRun || false,
111111
});
112112

0 commit comments

Comments
 (0)