diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab06155..b15f061 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: with: commit: "chore(release): version packages" title: "chore(release): version packages" - publish: npx changeset publish + publish: npx @changesets/cli publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} diff --git a/.npmrc b/.npmrc index e69de29..f87a044 100644 --- a/.npmrc +++ b/.npmrc @@ -0,0 +1 @@ +auto-install-peers=true \ No newline at end of file