We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0a13b commit dc5fe05Copy full SHA for dc5fe05
.github/workflows/template-testcli.yml
@@ -46,7 +46,7 @@ jobs:
46
working-directory: ../
47
48
- name: yarn add react-native-windows
49
- run: yarn add react-native-windows@${{ inputs.rnwVersion == 'latest' && inputs.rnwVersion || 'v' + inputs.rnwVersion }}
+ run: yarn add react-native-windows@${{ inputs.rnwVersion == 'latest' && '' || 'v'}}${{ inputs.rnwVersion }}
50
working-directory: ../testrnx
51
52
- name: yarn
0 commit comments