Skip to content

Commit d92e710

Browse files
committed
fix: using community cli explicitly
1 parent 104d2a3 commit d92e710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: steps.yarnoutdated.outcome == 'failure'
3333
run: |
3434
rm -rf ReproducerApp
35-
npx react-native@latest init ReproducerApp --skip-install --skip-git-init
35+
npx @react-native-community/cli@latest init ReproducerApp --skip-install --skip-git-init
3636
cd ReproducerApp
3737
yarn config set -H enableImmutableInstalls false
3838
yarn

0 commit comments

Comments
 (0)