diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 427863af96..eb2ab8572d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,11 +36,11 @@ jobs: - name: Create Release Pull Request uses: changesets/action@v1 - with: - version: yarn version - publish: yarn release - commit: "chore: Release" - title: "chore: Release" - createGithubReleases: false +# with: +# version: yarn version +# publish: yarn release +# commit: "chore: Release" +# title: "chore: Release" +# createGithubReleases: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}