From a1cbd5ac195058b7c4389976632ee63f9e9812e8 Mon Sep 17 00:00:00 2001 From: chkp-nirm Date: Tue, 31 Mar 2026 20:53:26 +0300 Subject: [PATCH] Update changesets/action version in release.yml --- .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 8018ba0..e492427 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: - name: Create Release Pull Request or Publish if: steps.check_lockfile.outputs.lockfile_changed != 'true' id: changesets - uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1 + uses: changesets/action@v1 # 6a0a831ff30acef54f2c6aa1cbbc1096b066edaf with: # This script runs ONLY when publishing (Phase 2) publish: npm run release