From a64cbf8f8a9264a0db9077d8f99c0d759782ba1d Mon Sep 17 00:00:00 2001 From: Nick the Sick Date: Fri, 19 Jul 2024 14:35:09 +0200 Subject: [PATCH] chore: default to not creating github releases, manual for now --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7bacdd316..630f360bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,6 +53,7 @@ jobs: id: changesets uses: changesets/action@v1 with: + createGithubReleases: false publish: npm run publish title: ${{ github.ref_name == 'main' && 'Publish a new stable version' || 'Publish a new pre-release version' }} commit: >-