Skip to content

Commit

Permalink
chore: update workflows config. (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 10, 2022
1 parent 7937036 commit 1b75695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./themes/gruvbox-dark/package.json
package: ./themes/gruvbox/package.json

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

- run: npm publish
Expand Down

0 comments on commit 1b75695

Please sign in to comment.