Skip to content

Commit 58ef1ce

Browse files
committed
chore: update workflows config.
1 parent 2c32e0e commit 58ef1ce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,15 @@ jobs:
122122
with:
123123
token: ${{ secrets.NPM_TOKEN }}
124124
package: ./themes/eclipse/package.json
125+
126+
- name: 📦 @uiw/codemirror-theme-darcula publish to NPM
127+
uses: JS-DevTools/npm-publish@v1
128+
with:
129+
token: ${{ secrets.NPM_TOKEN }}
130+
package: ./themes/darcula/package.json
131+
132+
- name: 📦 @uiw/codemirror-theme-bespin publish to NPM
133+
uses: JS-DevTools/npm-publish@v1
134+
with:
135+
token: ${{ secrets.NPM_TOKEN }}
136+
package: ./themes/bespin/package.json

0 commit comments

Comments
 (0)