diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e162502..c932613 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,8 @@ jobs: - name: Changesets - Version or Publish uses: changesets/action@v1 with: + commit: "chore: update versions" + title: "chore: update versions" version: pnpm run changeset:version publish: pnpm run changeset:publish env: diff --git a/package.json b/package.json index 4a674bd..eb6c43f 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "exports": { ".": "./dist/cjs/index.js", "./package.json": "./package.json", - "*": "./dist/cjs/*", - "register": "./dist/cjs/register.js" + "./register": "./dist/cjs/register.js", + "./*": "./dist/cjs/*.js" } }, "repository": {