We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c32e0e commit 58ef1ceCopy full SHA for 58ef1ce
.github/workflows/ci.yml
@@ -122,3 +122,15 @@ jobs:
122
with:
123
token: ${{ secrets.NPM_TOKEN }}
124
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
134
135
136
+ package: ./themes/bespin/package.json
0 commit comments