Skip to content

Commit

Permalink
Add yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed Dec 19, 2023
1 parent 5bfa989 commit 5e3778d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn
cache: "yarn"
- run: yarn install --frozen-lockfile
- uses: battila7/get-version-action@v2
id: get_version
- name: Replace version
Expand Down

0 comments on commit 5e3778d

Please sign in to comment.