Skip to content

Commit 1b75695

Browse files
committed
chore: update workflows config. (#402)
1 parent 7937036 commit 1b75695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
uses: JS-DevTools/npm-publish@v1
164164
with:
165165
token: ${{ secrets.NPM_TOKEN }}
166-
package: ./themes/gruvbox-dark/package.json
166+
package: ./themes/gruvbox/package.json
167167

168168
- name: 📦 @uiw/codemirror-theme-darcula publish to NPM
169169
uses: JS-DevTools/npm-publish@v1
@@ -409,7 +409,7 @@ jobs:
409409
uses: jaywcjlove/github-action-package@main
410410
if: success() || failure()
411411
with:
412-
path: themes/github/package.json
412+
path: themes/gruvbox/package.json
413413
rename: '@uiwjs/codemirror-theme-gruvbox-dark'
414414

415415
- run: npm publish

0 commit comments

Comments
 (0)