[LOCAL] Fix new release workflow script (2)

This commit is contained in:
Alex Hunt
2024-03-18 14:31:58 +00:00
parent d6ee80959e
commit 8535f496d2
@@ -185,7 +185,7 @@ async function main() {
}
// $FlowFixMe[prop-missing]
const useNewWorkflow: boolean = argv.useNewWorkflow;
const useNewWorkflow /*: boolean */ = argv.useNewWorkflow;
// now check for unreleased packages
if (!useNewWorkflow) {