@@ -196,6 +196,7 @@ jobs:
196
196
197
197
- name : " Modify @uiw/react-codemirror => @uiwjs/react-codemirror"
198
198
uses : jaywcjlove/github-action-package@main
199
+ if : success() || failure()
199
200
with :
200
201
path : core/package.json
201
202
data : |
@@ -209,6 +210,7 @@ jobs:
209
210
210
211
- name : Modify @uiw/codemirror-themes => @uiwjs/codemirror-themes
211
212
uses : jaywcjlove/github-action-package@main
213
+ if : success() || failure()
212
214
with :
213
215
path : themes/theme/package.json
214
216
data : |
@@ -222,6 +224,7 @@ jobs:
222
224
223
225
- name : Modify @uiw/codemirror-theme-abcdef => @uiwjs/codemirror-theme-abcdef
224
226
uses : jaywcjlove/github-action-package@main
227
+ if : success() || failure()
225
228
with :
226
229
path : themes/abcdef/package.json
227
230
data : |
@@ -236,6 +239,7 @@ jobs:
236
239
237
240
- name : Modify @uiw/codemirror-theme-androidstudio => @uiwjs/codemirror-theme-androidstudio
238
241
uses : jaywcjlove/github-action-package@main
242
+ if : success() || failure()
239
243
with :
240
244
path : themes/androidstudio/package.json
241
245
data : |
@@ -250,6 +254,7 @@ jobs:
250
254
251
255
- name : Modify @uiw/codemirror-theme-okaidia => @uiwjs/codemirror-theme-okaidia
252
256
uses : jaywcjlove/github-action-package@main
257
+ if : success() || failure()
253
258
with :
254
259
path : themes/okaidia/package.json
255
260
data : |
@@ -263,6 +268,7 @@ jobs:
263
268
264
269
- name : Modify @uiw/codemirror-theme-dracula => @uiwjs/codemirror-theme-dracula
265
270
uses : jaywcjlove/github-action-package@main
271
+ if : success() || failure()
266
272
with :
267
273
path : themes/dracula/package.json
268
274
data : |
@@ -277,6 +283,7 @@ jobs:
277
283
278
284
- name : Modify @uiw/codemirror-theme-duotone => @uiwjs/codemirror-theme-duotone
279
285
uses : jaywcjlove/github-action-package@main
286
+ if : success() || failure()
280
287
with :
281
288
path : themes/duotone/package.json
282
289
data : |
@@ -290,6 +297,7 @@ jobs:
290
297
291
298
- name : Modify @uiw/codemirror-theme-eclipse => @uiwjs/codemirror-theme-eclipse
292
299
uses : jaywcjlove/github-action-package@main
300
+ if : success() || failure()
293
301
with :
294
302
path : themes/eclipse/package.json
295
303
data : |
@@ -303,6 +311,7 @@ jobs:
303
311
304
312
- name : Modify @uiw/codemirror-theme-github => @uiwjs/codemirror-theme-github
305
313
uses : jaywcjlove/github-action-package@main
314
+ if : success() || failure()
306
315
with :
307
316
path : themes/github/package.json
308
317
data : |
@@ -316,6 +325,7 @@ jobs:
316
325
317
326
- name : Modify @uiw/codemirror-theme-darcula => @uiwjs/codemirror-theme-darcula
318
327
uses : jaywcjlove/github-action-package@main
328
+ if : success() || failure()
319
329
with :
320
330
path : themes/darcula/package.json
321
331
data : |
@@ -329,6 +339,7 @@ jobs:
329
339
330
340
- name : Modify @uiw/codemirror-theme-bespin => @uiwjs/codemirror-theme-bespin
331
341
uses : jaywcjlove/github-action-package@main
342
+ if : success() || failure()
332
343
with :
333
344
path : themes/bespin/package.json
334
345
data : |
@@ -342,6 +353,7 @@ jobs:
342
353
343
354
- name : Modify @uiw/codemirror-theme-sublime => @uiwjs/codemirror-theme-sublime
344
355
uses : jaywcjlove/github-action-package@main
356
+ if : success() || failure()
345
357
with :
346
358
path : themes/sublime/package.json
347
359
data : |
@@ -355,6 +367,7 @@ jobs:
355
367
356
368
- name : Modify @uiw/codemirror-theme-xcode => @uiwjs/codemirror-theme-xcode
357
369
uses : jaywcjlove/github-action-package@main
370
+ if : success() || failure()
358
371
with :
359
372
path : themes/xcode/package.json
360
373
data : |
@@ -368,6 +381,7 @@ jobs:
368
381
369
382
- name : Modify @uiw/codemirror-extensions-events => @uiwjs/codemirror-extensions-events
370
383
uses : jaywcjlove/github-action-package@main
384
+ if : success() || failure()
371
385
with :
372
386
path : extensions/events/package.json
373
387
data : |
@@ -381,6 +395,7 @@ jobs:
381
395
382
396
- name : Modify @uiw/codemirror-extensions-color => @uiwjs/codemirror-extensions-color
383
397
uses : jaywcjlove/github-action-package@main
398
+ if : success() || failure()
384
399
with :
385
400
path : extensions/color/package.json
386
401
data : |
0 commit comments