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 7937036 commit 1b75695Copy full SHA for 1b75695
.github/workflows/ci.yml
@@ -163,7 +163,7 @@ jobs:
163
uses: JS-DevTools/npm-publish@v1
164
with:
165
token: ${{ secrets.NPM_TOKEN }}
166
- package: ./themes/gruvbox-dark/package.json
+ package: ./themes/gruvbox/package.json
167
168
- name: 📦 @uiw/codemirror-theme-darcula publish to NPM
169
@@ -409,7 +409,7 @@ jobs:
409
uses: jaywcjlove/github-action-package@main
410
if: success() || failure()
411
412
- path: themes/github/package.json
+ path: themes/gruvbox/package.json
413
rename: '@uiwjs/codemirror-theme-gruvbox-dark'
414
415
- run: npm publish
0 commit comments