File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,12 @@ jobs:
226
226
token : ${{ secrets.NPM_TOKEN }}
227
227
package : ./themes/tokyo-night-storm/package.json
228
228
229
+ - name : 📦 @uiw/codemirror-theme-tokyo-night-day publish to NPM
230
+ uses : JS-DevTools/npm-publish@v1
231
+ with :
232
+ token : ${{ secrets.NPM_TOKEN }}
233
+ package : ./themes/tokyo-night-day/package.json
234
+
229
235
- name : 📦 @uiw/codemirror-theme-vscode publish to NPM
230
236
uses : JS-DevTools/npm-publish@v1
231
237
with :
@@ -589,6 +595,18 @@ jobs:
589
595
env :
590
596
NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
591
597
598
+ - name : Modify @uiw/codemirror-theme-tokyo-night-day => @uiwjs/codemirror-theme-tokyo-night-day
599
+ uses : jaywcjlove/github-action-package@main
600
+ with :
601
+ path : themes/tokyo-night-day/package.json
602
+ rename : " @uiwjs/codemirror-theme-tokyo-night-day"
603
+
604
+ - run : npm publish
605
+ working-directory : themes/tokyo-night-day
606
+ continue-on-error : true
607
+ env :
608
+ NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
609
+
592
610
- name : Modify @uiw/codemirror-theme-vscode => @uiwjs/codemirror-theme-vscode
593
611
uses : jaywcjlove/github-action-package@main
594
612
with :
You can’t perform that action at this time.
0 commit comments