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 f12e7f5 commit 0087961Copy full SHA for 0087961
.github/workflows/bump-version.yml
@@ -34,7 +34,7 @@ jobs:
34
path: |
35
.nx
36
.angular
37
- key: ${{ steps.cache-dependencies-restore.outputs.cache-primary-key }}
+ key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package-lock.json') }}
38
# env:
39
# GIST_SECRET: ${{ secrets.GIST_SECRET }}
40
# GIST_ID: ${{ secrets.GIST_ID }}
0 commit comments