Skip to content

Commit

Permalink
fix(release-please): add step for cache dir (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored May 29, 2021
1 parent 6956b22 commit 5209857
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
node-version: 14.x
registry-url: https://registry.npmjs.org/
if: ${{ steps.release.outputs.release_created }}
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
if: ${{ steps.release.outputs.release_created }}
- uses: actions/cache@v2
id: yarn-cache
with:
Expand Down

0 comments on commit 5209857

Please sign in to comment.