From 9cd147dd6bb369ed2e8410ddc150477f05104fe2 Mon Sep 17 00:00:00 2001 From: Teimur Gasanov Date: Wed, 21 Aug 2024 15:13:29 +0600 Subject: [PATCH] chore: change changeset action version --- .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 24679881..4703c9fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: run: yarn install --immutable - name: Create Release Pull Request or Publish to npm - uses: changesets/action@master + uses: changesets/action@v1 with: version: yarn version publish: yarn release