From 65935d7e803d4ce30e4f699b11f758f284b72865 Mon Sep 17 00:00:00 2001 From: AHQ Miness Date: Sun, 10 Mar 2024 18:30:16 +0530 Subject: [PATCH] Fix --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a81f35a..3ae3668 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -89,7 +89,7 @@ jobs: GH_TOKEN: ${{ secrets.PAT_G_H }} - name: Install Utils Deps - run: pnpm install + run: npm i -g pnpm; pnpm install working-directory: utils - name: Create Release