Skip to content

Commit d5dd1ec

Browse files
committedFeb 18, 2024
chore: update workflows config (#632)
1 parent 5c7a699 commit d5dd1ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ jobs:
186186
env:
187187
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
188188

189+
- name: 📦 @uiw/codemirror-theme-console publish to NPM
190+
run: npm publish --access public --provenance
191+
working-directory: ./themes/console/
192+
continue-on-error: true
193+
env:
194+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
195+
189196
- name: 📦 @uiw/codemirror-theme-atomone publish to NPM
190197
run: npm publish --access public --provenance
191198
working-directory: ./themes/atomone/

1 commit comments

Comments
 (1)

jaywcjlove commented on Feb 18, 2024

@jaywcjlove
MemberAuthor
Please sign in to comment.