From 126ec6efbf18b90fe1c68c755f853a8912f570ea Mon Sep 17 00:00:00 2001 From: Nikhil Saraf Date: Fri, 29 Dec 2023 00:45:20 +0530 Subject: [PATCH] version fix --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index f22d6039..7afc6676 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -28,7 +28,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: "pnpm" - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install - name: Create Release Pull Request uses: changesets/action@v1