From c371805812d7a5576684940fd65426a37a178c47 Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Fri, 28 Mar 2025 20:51:06 +0100 Subject: [PATCH] fix: changeset action (#49) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68bec635..7d4303d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: run: npm install - name: Create Release Pull Request or Publish to npm - uses: changesets/action@1.4.10 + uses: changesets/action@v1 with: publish: npm run release env: