diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec060c1..ba590f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,13 @@ jobs: - name: Install Dependencies run: bun i + - name: Install pnpm + run: bun i -g pnpm + - name: Create Release Pull Request uses: changesets/action@v1 + with: + publish: pnpm run publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}