From 6205eac5d149b21154ca044ebfc0cd55631346d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=81=A4=E3=81=8D?= Date: Thu, 28 Dec 2023 16:53:58 -0800 Subject: [PATCH] Add wait time before update website (#2153) --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43d32c0e4..b374f5995 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,6 +161,9 @@ jobs: id: version run: echo "version=${GITHUB_REF##*/}" | tee --append "$GITHUB_OUTPUT" + - name: Wait for npm registry's CDN to catch up on replications + run: sleep 600 + - name: Update Dart Sass version run: npm install sass@${{ steps.version.outputs.version }}