From d0b7984ad4f8aa86dfe9741af4723a4bfac5413d Mon Sep 17 00:00:00 2001 From: Alex Moon Date: Mon, 1 Jan 2024 19:15:08 +0000 Subject: [PATCH] fix: release action --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 433366522..78eaec519 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,9 @@ jobs: with: node-version: 20 + - name: Enable Corepack + run: corepack enable + - name: Create Release Pull Request uses: changesets/action@v1 with: