From 5e3778d3730ef74b67e493a7b4e5fbd87fc58421 Mon Sep 17 00:00:00 2001 From: Tadas Krivickas Date: Tue, 19 Dec 2023 13:04:48 +0200 Subject: [PATCH] Add yarn cache --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ec34fcf..3017c78b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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