From 309e22500d3dbc6e31cc200e935f85759406af3b Mon Sep 17 00:00:00 2001 From: Shayon <7rat13@gmail.com> Date: Sun, 22 Sep 2024 01:25:19 +0530 Subject: [PATCH 1/2] Fix location of github action file --- .github/{ => workflows}/continuous-release.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/continuous-release.yaml (100%) diff --git a/.github/continuous-release.yaml b/.github/workflows/continuous-release.yaml similarity index 100% rename from .github/continuous-release.yaml rename to .github/workflows/continuous-release.yaml From 8640ae64e28995cb38591f046e4b1b694f6b0ac3 Mon Sep 17 00:00:00 2001 From: Shayon <7rat13@gmail.com> Date: Sun, 22 Sep 2024 01:29:30 +0530 Subject: [PATCH 2/2] Remove corepack and pnpm --- .github/workflows/continuous-release.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/continuous-release.yaml b/.github/workflows/continuous-release.yaml index 41359e8..2054704 100644 --- a/.github/workflows/continuous-release.yaml +++ b/.github/workflows/continuous-release.yaml @@ -16,10 +16,8 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - run: corepack enable - uses: actions/setup-node@v4 with: node-version: 20 - cache: "pnpm" - - run: pnpx pkg-pr-new publish + - run: npx pkg-pr-new publish