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 0ac7337 commit c7e923aCopy full SHA for c7e923a
.github/workflows/comment-diffs.yml
@@ -7,7 +7,6 @@ on:
7
paths:
8
- '.github/workflows/comment-diffs.yml'
9
- 'packages/create-react-native-library/**'
10
- - '!**.md'
11
12
jobs:
13
generate-diffs-if-needed:
@@ -61,8 +60,7 @@ jobs:
61
60
--type "$library_type" \
62
--languages "$language" \
63
--no-example \
64
- --no-local \
65
- --react-native-version 0.73.0-rc.2
+ --no-local
66
67
# Remove the .git folder of the created library
68
rm -rf "$target_path/.git"
@@ -111,8 +109,7 @@ jobs:
111
109
112
110
113
114
115
116
117
118
0 commit comments