Skip to content

Commit dc5fe05

Browse files
committed
fix
1 parent dc0a13b commit dc5fe05

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
@@ -46,7 +46,7 @@ jobs:
4646
working-directory: ../
4747

4848
- name: yarn add react-native-windows
49-
run: yarn add react-native-windows@${{ inputs.rnwVersion == 'latest' && inputs.rnwVersion || 'v' + inputs.rnwVersion }}
49+
run: yarn add react-native-windows@${{ inputs.rnwVersion == 'latest' && '' || 'v'}}${{ inputs.rnwVersion }}
5050
working-directory: ../testrnx
5151

5252
- name: yarn

0 commit comments

Comments
 (0)