From 03e7a555d9f488153727ea369df9c43e0a3ac521 Mon Sep 17 00:00:00 2001 From: rng Date: Mon, 6 Jan 2025 11:13:22 +1100 Subject: [PATCH] miss to update release.yml --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62c79c48..18c64036 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,16 +22,16 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Enable Corepack + run: corepack enable + - name: Setup node uses: actions/setup-node@v4 with: node-version: '20' - cache: 'yarn' - name: Install yarn run: | - : # set-version will always download the latest version of yarn - yarn policies set-version 4.3.0 yarn install --immutable - name: Build Website @@ -81,16 +81,16 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Enable Corepack + run: corepack enable + - name: Setup node uses: actions/setup-node@v4 with: node-version: '20' - cache: 'yarn' - name: Install yarn run: | - : # set-version will always download the latest version of yarn - yarn policies set-version 4.3.0 yarn install --immutable - name: Build Website