Skip to content

Commit c7e923a

Browse files
committed
chore: improvements
1 parent 0ac7337 commit c7e923a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
paths:
88
- '.github/workflows/comment-diffs.yml'
99
- 'packages/create-react-native-library/**'
10-
- '!**.md'
1110

1211
jobs:
1312
generate-diffs-if-needed:
@@ -61,8 +60,7 @@ jobs:
6160
--type "$library_type" \
6261
--languages "$language" \
6362
--no-example \
64-
--no-local \
65-
--react-native-version 0.73.0-rc.2
63+
--no-local
6664
6765
# Remove the .git folder of the created library
6866
rm -rf "$target_path/.git"
@@ -111,8 +109,7 @@ jobs:
111109
--type "$library_type" \
112110
--languages "$language" \
113111
--no-example \
114-
--no-local \
115-
--react-native-version 0.73.0-rc.2
112+
--no-local
116113
117114
# Remove the .git folder of the created library
118115
rm -rf "$target_path/.git"

0 commit comments

Comments
 (0)