From 440110493ec85937921e428f29f49a70b50902c0 Mon Sep 17 00:00:00 2001 From: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Thu, 4 May 2023 10:12:28 +0200 Subject: [PATCH] chore(workflows): Temporarily disable automated releases --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }}