We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6956b22 commit 5209857Copy full SHA for 5209857
.github/workflows/release-please.yml
@@ -21,6 +21,10 @@ jobs:
21
node-version: 14.x
22
registry-url: https://registry.npmjs.org/
23
if: ${{ steps.release.outputs.release_created }}
24
+ - name: Get yarn cache directory path
25
+ id: yarn-cache-dir-path
26
+ run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
27
+ if: ${{ steps.release.outputs.release_created }}
28
- uses: actions/cache@v2
29
id: yarn-cache
30
with:
0 commit comments