Skip to content

Commit

Permalink
Add ref to cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
fwextensions committed Nov 30, 2024
1 parent 5efdee6 commit 4e8c846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}
cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}
cache-dependency-path: preview-${{ github.ref }}/${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}

- name: Setup Pages
id: pages
Expand Down

0 comments on commit 4e8c846

Please sign in to comment.