diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb85cdea1..59654bf93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' - cache: 'npm' + # cache: 'npm' cache-dependency-path: komga-webui/package-lock.json - uses: actions/setup-java@v4