diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35b2239..12280d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: with: node-version: '18' cache: 'npm' + cache-dependency-path: 'package.json' - name: Determine release type id: determine-release @@ -46,4 +47,4 @@ jobs: - name: Publish to npm if: env.release != 'none' - run: npm publish + run: npm publish \ No newline at end of file