From 8c636042a92eb1c48da76d500c89842b9164d420 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 7 Mar 2024 11:43:02 +0000 Subject: [PATCH] chore(ci): clear JSDelivr cache for Ionic Next --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c761f5b3f2f..456fb6f2123 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,9 @@ jobs: "path": [ "/npm/@ionic/core@6/dist/ionic/ionic.esm.js", "/npm/@ionic/core@latest/dist/ionic/ionic.esm.js", + "/npm/@ionic/core@next/dist/ionic/ionic.esm.js", "/npm/@ionic/core@6/css/ionic.bundle.css", "/npm/@ionic/core@latest/css/ionic.bundle.css" + "/npm/@ionic/core@next/css/ionic.bundle.css" ]}' shell: bash