We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123683d commit bbe9f90Copy full SHA for bbe9f90
.github/workflows/deploy-production.yml
@@ -50,7 +50,7 @@ jobs:
50
id: gatsby-cache-folder
51
with:
52
path: .cache
53
- key: ${{ runner.os }}-cache-gatsby-${{ github.ref }}
+ key: ${{ runner.os }}-cache-gatsby-${{ github.refname }}
54
restore-keys: |
55
${{ runner.os }}-cache-gatsby-main
56
@@ -59,7 +59,7 @@ jobs:
59
id: gatsby-public-folder
60
61
path: public/
62
- key: ${{ runner.os }}-public-gatsby-${{ github.ref }}
+ key: ${{ runner.os }}-public-gatsby-${{ github.refname }}
63
64
${{ runner.os }}-public-gatsby-main
65
0 commit comments