File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,13 @@ jobs:
111
111
token : ${{ secrets.NPM_TOKEN }}
112
112
package : ./themes/okaidia/package.json
113
113
114
+
115
+ - name : 📦 @uiw/codemirror-theme-solarized publish to NPM
116
+ uses : JS-DevTools/npm-publish@v1
117
+ with :
118
+ token : ${{ secrets.NPM_TOKEN }}
119
+ package : ./themes/solarized/package.json
120
+
114
121
- name : 📦 @uiw/codemirror-theme-abcdef publish to NPM
115
122
uses : JS-DevTools/npm-publish@v1
116
123
with :
@@ -374,6 +381,20 @@ jobs:
374
381
env :
375
382
NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
376
383
384
+
385
+ - name : Modify @uiw/codemirror-theme-solarized => @uiwjs/codemirror-theme-solarized
386
+ uses : jaywcjlove/github-action-package@main
387
+ with :
388
+ path : themes/solarized/package.json
389
+ rename : " @uiwjs/codemirror-theme-solarized"
390
+
391
+ - run : npm publish
392
+ working-directory : themes/solarized
393
+ continue-on-error : true
394
+ env :
395
+ NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
396
+
397
+
377
398
- name : Modify @uiw/codemirror-theme-dracula => @uiwjs/codemirror-theme-dracula
378
399
uses : jaywcjlove/github-action-package@main
379
400
with :
You can’t perform that action at this time.
0 commit comments