diff --git a/.github/workflows/test-and-demo.yaml b/.github/workflows/test-and-demo.yaml index 2b996130..26c008cf 100644 --- a/.github/workflows/test-and-demo.yaml +++ b/.github/workflows/test-and-demo.yaml @@ -51,7 +51,7 @@ jobs: with: path: | */dist - key: ${{ runner.os }}-${{ hashFiles('*/dist') }} + key: ${{ runner.os }}-${{ github.sha }} - name: Install if: steps.cache.outputs.cache-hit != 'true' run: npm ci @@ -106,7 +106,7 @@ jobs: with: path: | */dist - key: ${{ runner.os }}-${{ hashFiles('*/dist') }} + key: ${{ runner.os }}-${{ github.sha }} - name: Build Storybooks run: npm run build:storybook - name: Deploy Storybook