diff --git a/.github/workflows/release-pages.yml b/.github/workflows/release-pages.yml index 4edd4fcaf..760989b78 100644 --- a/.github/workflows/release-pages.yml +++ b/.github/workflows/release-pages.yml @@ -43,7 +43,7 @@ jobs: .pages storybook-static coverage - key: build-cache-${{ github.ref_name }}-${{ hashFiles('pnpm-lock.yaml', 'package.json') }} + key: build-cache-${{ github.ref_name }}-${{ github.run_id }}-${{ hashFiles('pnpm-lock.yaml', 'package.json') }} restore-keys: | build-cache-${{ github.ref_name }}- build-cache-main-