From 3c739b4e8f412c213820a6cb1faa231ad06dfd55 Mon Sep 17 00:00:00 2001 From: Chris Maniewski Date: Wed, 16 Oct 2024 17:36:53 +0200 Subject: [PATCH] ci: remove pnpm cache --- .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 b0801ed..6767017 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node + - uses: actions/checkout@v4 if: ${{ steps.release.outputs.release_created }} @@ -25,7 +26,6 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' - cache: 'pnpm' registry-url: 'https://registry.npmjs.org' - name: Publish to npm