Skip to content

Commit 8535f49

Browse files
committed
[LOCAL] Fix new release workflow script (2)
1 parent d6ee809 commit 8535f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/releases-local/trigger-react-native-release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ async function main() {
185185
}
186186

187187
// $FlowFixMe[prop-missing]
188-
const useNewWorkflow: boolean = argv.useNewWorkflow;
188+
const useNewWorkflow /*: boolean */ = argv.useNewWorkflow;
189189

190190
// now check for unreleased packages
191191
if (!useNewWorkflow) {

0 commit comments

Comments
 (0)