Skip to content

Commit bc78751

Browse files
committed
Always upload dl center config on new release
1 parent 5b728fa commit bc78751

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

packages/build/src/release.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,11 @@ const release = async(config: Config) => {
7676
// Publish to NPM.
7777
//
7878
// These only need to happen once so we only run them on MacOS.
79-
if (platform === Platform.MacOs) {
80-
await uploadDownloadCenterConfig(
81-
config.version,
82-
config.downloadCenterAwsKey,
83-
config.downloadCenterAwsSecret
84-
);
85-
}
79+
await uploadDownloadCenterConfig(
80+
config.version,
81+
config.downloadCenterAwsKey,
82+
config.downloadCenterAwsSecret
83+
);
8684
}
8785

8886
console.log('mongosh: finished release process.');

0 commit comments

Comments
 (0)