diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28b44cd..646e14a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,11 +32,7 @@ jobs: run: git add docs && git diff-index --cached HEAD --exit-code docs - name: Create Release Pull Request or Publish if: github.event_name == 'push' && github.ref == 'refs/heads/main' - id: changesets uses: changesets/action@v1 - with: - version: pnpm update-version - publish: pnpm changeset publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}