Skip to content

Commit

Permalink
chore: update workflows config (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 18, 2024
1 parent 5c7a699 commit d5dd1ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: 📦 @uiw/codemirror-theme-console publish to NPM
run: npm publish --access public --provenance
working-directory: ./themes/console/
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: 📦 @uiw/codemirror-theme-atomone publish to NPM
run: npm publish --access public --provenance
working-directory: ./themes/atomone/
Expand Down

1 comment on commit d5dd1ec

@jaywcjlove
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.