Skip to content

Commit 1b4e24d

Browse files
committed
Changes to force/test a release.
1 parent 8cb0c54 commit 1b4e24d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ async function runCommand(command: string, connectionString: string): Promise<st
1818
process.env['MONGOMS_DEBUG'] = '1';
1919
}
2020

21+
console.log('forcing a release...')
22+
2123
try {
2224
const output = execSync(command, {
2325
env: process.env,

0 commit comments

Comments
 (0)