Skip to content

Commit

Permalink
Add wait time before update website (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Dec 29, 2023
1 parent f3c7be5 commit 6205eac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 6205eac

Please sign in to comment.