Skip to content

Commit 5209857

Browse files
authored
fix(release-please): add step for cache dir (#347)
1 parent 6956b22 commit 5209857

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
node-version: 14.x
2222
registry-url: https://registry.npmjs.org/
2323
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 }}
2428
- uses: actions/cache@v2
2529
id: yarn-cache
2630
with:

0 commit comments

Comments
 (0)