From e4840b57200dfae0f45da746b6c65b1b96349baa Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 22 Sep 2023 22:22:05 +0800 Subject: [PATCH] ci: update workflows config. --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 113623dc..e2c90eb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,11 @@ jobs: ${{ steps.changelog.outputs.changelog }} + - name: package.json info + uses: jaywcjlove/github-action-package@main + with: + unset: jest + - name: 📦 @uiw/react-textarea-code-editor publish to NPM run: npm publish --access public --provenance continue-on-error: true