From 922fd5fb86a731247366077fca88ff9a231efaca Mon Sep 17 00:00:00 2001 From: Eddie Hudson Date: Wed, 3 Sep 2025 09:23:49 -0600 Subject: [PATCH] trying to follow the changesets doc for the release pipeline failure --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6101336..fce142b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,6 @@ jobs: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: yarn release version: yarn version-packages - commit: "chore: release packages" - title: "chore: release packages" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}