Describe the bug
For the build and release workflow run, the cache job has failed to work and isn't reducing the expected build time
To Reproduce
Steps to reproduce the behavior:
Merge the staging branch into main
Watch the build workflow
Cache job produces error : "could not find cache with key -"
Expected behavior
The cache job is supposed to reduce the build time because it should save the files from previous builds
Additional context
I believe this is due to the naming used originally. It is hashing some files together but the key is different each time
for v1.7.1
for v1,8
Describe the bug For the build and release workflow run, the cache job has failed to work and isn't reducing the expected build time
To Reproduce Steps to reproduce the behavior:
Additional context I believe this is due to the naming used originally. It is hashing some files together but the key is different each time for v1.7.1 for v1,8