Skip to content

Commit 4443dd5

Browse files
committed
fix CI for 72
1 parent b9bb68c commit 4443dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template-testcli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
working-directory: ../testrnx
5555

5656
- name: add Windows (RNW via ${{ inputs.useRnwNuGet && 'NuGet' || 'Source' }})
57-
run: npx --yes react-native init-windows --overwrite
57+
run: npx --yes ${{ inputs.rnwVersion == '0.72-stable' && 'react-native-windows-init' || 'react-native init-windows'}} --overwrite
5858
working-directory: ../testrnx
5959

6060
- name: link react-native-xaml

0 commit comments

Comments
 (0)