Skip to content

Commit

Permalink
feat: add workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 4, 2022
1 parent ee1d72d commit 43e76ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -165,6 +165,12 @@ jobs:
token: ${{ secrets.NPM_TOKEN }}
package: ./themes/gruvbox/package.json

- name: 📦 @uiw/codemirror-theme-nord publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./themes/nord/package.json

- name: 📦 @uiw/codemirror-theme-darcula publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit 43e76ac

Please sign in to comment.