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