From b03d47781affab1db6f43dbcb286d7f4b93bb316 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 31 Oct 2022 20:42:29 +0800 Subject: [PATCH] chore: update workflows config. (#207) --- .github/workflows/ci.marster.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.marster.yml b/.github/workflows/ci.marster.yml index ff6a0a95..0c07be0c 100644 --- a/.github/workflows/ci.marster.yml +++ b/.github/workflows/ci.marster.yml @@ -82,6 +82,11 @@ jobs: npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}} ``` + - name: package.json info + uses: jaywcjlove/github-action-package@main + with: + unset: scripts,jest,eslintConfig,engines,browserslist,devDependencies + - name: 📦 @uiw/react-markdown-preview publish to NPM uses: JS-DevTools/npm-publish@v1 with: