Skip to content

Commit

Permalink
chore: Revert minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Mar 20, 2024
1 parent 13595f5 commit 87fe890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

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

- uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand Down

0 comments on commit 87fe890

Please sign in to comment.