From d5dd1ece2827757131d1c4ab64f671d432e3ed66 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 18 Feb 2024 09:13:31 +0800 Subject: [PATCH] chore: update workflows config (#632) --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09615ca4e..afa79d52a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/