Skip to content

Commit 43e76ac

Browse files
committedDec 4, 2022
feat: add workflows config.
1 parent ee1d72d commit 43e76ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ jobs:
165165
token: ${{ secrets.NPM_TOKEN }}
166166
package: ./themes/gruvbox/package.json
167167

168+
- name: 📦 @uiw/codemirror-theme-nord publish to NPM
169+
uses: JS-DevTools/npm-publish@v1
170+
with:
171+
token: ${{ secrets.NPM_TOKEN }}
172+
package: ./themes/nord/package.json
173+
168174
- name: 📦 @uiw/codemirror-theme-darcula publish to NPM
169175
uses: JS-DevTools/npm-publish@v1
170176
with:

0 commit comments

Comments
 (0)
Please sign in to comment.