Skip to content

Commit

Permalink
fix(ci): Update release process dependencies (sphinx-labs#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 authored May 30, 2023
1 parent 7f3cade commit da73f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn cache dir)" >> $GITHUB_STATE

- uses: actions/cache@v2
- uses: actions/cache@v3
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit da73f3e

Please sign in to comment.