From 02311943a24c2d9500147ee4291a7e8fb5d0f9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Mon, 4 Mar 2024 09:16:03 +0100 Subject: [PATCH] Fix version of Changesets Action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f088b66..3a870e70 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: - name: Create release PR or publish to npm if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/canary') && matrix.node == 18 - uses: changesets/action@main + uses: changesets/action@v1 with: publish: npm run release env: