Skip to content

Commit

Permalink
fix: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phongnguyenhh1996 authored Jan 13, 2025
1 parent 9277eec commit 69835da
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 @@ -25,7 +25,7 @@ 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_OUTPUT

- uses: actions/cache@v4
id: yarn-cache
Expand Down

0 comments on commit 69835da

Please sign in to comment.