Skip to content

Commit

Permalink
ci(release): remove yarn dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Oct 8, 2022
1 parent ffd5807 commit f237567
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:
with:
fetch-depth: 0

- name: Setup yarn dependencies cache
uses: actions/setup-node@v3
with:
cache: yarn
cache-dependency-path: ./devtools/yarn.lock

- name: Configure git author
run: |
git config --global user.name "github-actions"
Expand Down

0 comments on commit f237567

Please sign in to comment.