From c041af1de5f88107a11a2d7111b3c9794972e05e Mon Sep 17 00:00:00 2001 From: manish Date: Thu, 18 Jan 2024 11:27:56 +0530 Subject: [PATCH] fix: pnpm direct installation --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 05e293a..b0f8cbe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,4 +36,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release@22.0.12 \ No newline at end of file + run: pnpm dlx semantic-release@22.0.12 \ No newline at end of file