diff --git a/.github/actions/publish-release/action.yml b/.github/actions/publish-release/action.yml index 5e856af0c0..6e66260594 100644 --- a/.github/actions/publish-release/action.yml +++ b/.github/actions/publish-release/action.yml @@ -134,6 +134,9 @@ runs: node-version-file: '${{ inputs.working-directory }}/.nvmrc' registry-url: '${{inputs.npm-registry-publish-url}}' scope: '${{inputs.npm-registry-scope}}' + cache-dependency-path: '${{ inputs.working-directory }}/package-lock.json' + cache: 'npm' + cache-key: 'npm-cache-non-bundle-${{ github.sha }}' - name: '🛠️ Build and Prepare Packages' if: "${{ inputs.use-bundle-release == 'false' }}"