Skip to content

Commit 6205eac

Browse files
authored
Add wait time before update website (#2153)
1 parent f3c7be5 commit 6205eac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ jobs:
161161
id: version
162162
run: echo "version=${GITHUB_REF##*/}" | tee --append "$GITHUB_OUTPUT"
163163

164+
- name: Wait for npm registry's CDN to catch up on replications
165+
run: sleep 600
166+
164167
- name: Update Dart Sass version
165168
run: npm install sass@${{ steps.version.outputs.version }}
166169

0 commit comments

Comments
 (0)