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